7 Things Every Java Programmer Should Know About Threads In Java
Here, I have tried to make a list of some observations about
threads in java. You may be asked about these points in the interviews. I
hope you guys will find it useful.
1) If you
start a thread that is already started, you will get
java.lang.IllegalThreadStateException at run time. There will be no
compilation errors....
No comments:
Post a Comment