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 |
what is platform dependent translation and platform dependent programming language
What is number data type?
How do you decide when to use arraylist and linkedlist?
What is singleton class in java and how can we make a class singleton?
can we write program without class
What is inheritance?
5 Answers Accenture, Hexaware, Syntel,
Which collections are thread safe in java?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Why stringbuilder is not thread safe?
how to deploy tomcatserver to weblogic server? write d following steps?
Why non nested classes in java are not having marked as protected access specifier
How will you measure that int takes up only 32 bits in memory?