Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.



Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections cl..

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

Post New Answer

More Core Java Interview Questions

What are the features of junit?

0 Answers  


Can constructor be inherited?

0 Answers  


Can a static member function access member variable of an object?

0 Answers   Virtusa,


What is variable length arguments in java?

0 Answers  


Is break statement can be used as labels in java?

0 Answers  






Which variables are stored in stack?

0 Answers  


How to instantiate member inner class?

0 Answers  


What is the benefit of singleton pattern?

0 Answers  


What is the difference between access specifiers and access modifiers in java?

0 Answers  


What is a native method?

2 Answers  


What is the difference between a local variable and an instance variable?

0 Answers  


What is the benefit of inner / nested classes ?

0 Answers  


Categories