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 |
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
How to sort an array from smallest to largest java?
What is vector capacity in java?
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is the use of :: in java?
How would you convert bytes to string?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is the main functionality of Prepared Statement?
What is method Overriding in the perspective of OOPS?
What are the common problems you have faced while implementing Java?
Can we access instance variables within static methods ?