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 is string variable?
Write a function for palindrome and factorial and explain?
How do you sort a string in java?
What is return in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is the latest version of java?
Is multiple inheritance supported by java?
What is meant by structural programming?
Can you instantiate the math class in Java?
Where is jre installed?
Is java still necessary?
why java uses class level type casting ?
What is the use of static class?
What is a method type?
What is the Scope of Static Variable?