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 marker interfaces are there in java
What is a finally block?
What are pass by reference and pass by value?
What is the requirement of thread in java?
how would you implement a thread pool? : Java thread
What does += mean coding?
What is flag in python?
Where import statement is used in a java program?
What is the difference between Array and Hash Table?
why Java does not support multiple inheritances?
What are controls and their different types in awt?
What are dot operator queries?