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 is platform dependent translation and platform dependent programming language

2 Answers  


What is number data type?

0 Answers  


How do you decide when to use arraylist and linkedlist?

0 Answers  


What is singleton class in java and how can we make a class singleton?

0 Answers  


can we write program without class

6 Answers   TCS,


What is inheritance?

5 Answers   Accenture, Hexaware, Syntel,


Which collections are thread safe in java?

0 Answers  


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


Why stringbuilder is not thread safe?

0 Answers  


how to deploy tomcatserver to weblogic server? write d following steps?

0 Answers  


Why non nested classes in java are not having marked as protected access specifier

2 Answers   Google,


How will you measure that int takes up only 32 bits in memory?

2 Answers   Rolta,


Categories