Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Answer Posted / 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 |
Post New Answer View All Answers
Which class is used by server applications to obtain a port and listen for client requests?
Can a class have more than one object?
What is array length?
What is jdbc api?
Explain the difference between a Thread and a Process.
What is an iterator java?
What are the two types of streams offered by java 8?
Is node a data type in java?
What is are packages?
Can static methods be inherited?
What is set and get methods in java?
What is an example of declaration?
what is the purpose of "virtual"?
what is a green thread? : Java thread
Explain abstract class in java?