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 does provide mean construction?
can anyone explain me the concept of autoboxing?
Define package in Java.
How to optimize the javac output?
What is JIT ?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
Explain the difference between comparator and comparable in java?
Compare overloading and overriding?
what is platform native code
What is the purpose of static methods and static variables?
Why hashset is used in java?
What is unicode datatype?