Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Answer / kartik naidhruva
Features of Java...
1.Simplicity
2.System Independent
3.High Secrity
4.Robust(Better Exception Handling)
Synchronised methods are generally used in the Thread
Concept, more precisely in intercommunication between
threads and to avoid Simultaneous access of threads.
| Is This Answer Correct ? | 10 Yes | 6 No |
How do you detect memory leaks?
What are the differences between string, stringbuffer and stringbuilder?
How can I become a good programmer?
How we can run a jar file through command prompt in java?
What is final method in java?
What is Interface?
what are variables in java
How many bits is a string in java?
Why java is a platform independent? Explain
What are constructors in java?
Name four container classes.
What are daemon Threads in java?