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 |
Can you have an inner class inside a method and what variables can you access?
How big is a gigabyte?
How do you create a method in java?
Write a program in java to find the maximum and minimum value node from a circular linked list.
Which is the class in java?
How the elements are organized in CardLayout?
what is wrapper class and its uses?
What is the difference between interpreter and compiling ?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is meant by method?
How does split work in java?
Whats the difference between notify() and notifyall()?