Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.
Answer Posted / 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 View All Answers
What do you mean by global variable?
What do the thread?class methods run() and start() do?
Are functions objects in java?
What is anonymous inner class?
What is use of super keyword in java?
Can we sort hashset in java?
Is string a datatype?
What is java english?
What does the @override annotation do?
How do you avoid global variables?
How does java pattern compile work?
What does snprintf return?
How is abstraction implemented in java ?
Which method must be implemented by all threads?
What is thread safe singleton?