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

Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.

0 Answers  


Java run-time system generates What class of exceptions?

2 Answers   TCS,


Can static method access instance variables ?

0 Answers  


Is node a data type in java?

0 Answers  


What is the difference between the final method and abstract method?

0 Answers  






What is the base class of all classes?

0 Answers  


How do you invoke a method?

0 Answers  


What is string literal in java?

0 Answers  


What is widening and narrowing in java? Discuss with an example.

0 Answers   Amdocs,


What is the formula to calculate percentage?

0 Answers  


What is “try and catch” in java

2 Answers  


Explain enumeration in java?

0 Answers  


Categories