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 procedure writing?
How does map works in java?
Why volatile is used in java?
What is math floor in java?
What are the ways in which a thread can enter the waiting state?
What is anagram in java?
What is vector capacity in java?
Can an abstract class be a final class?
Can java list be null?
What is the meaning of nullable?
What all methods are used to prevent thread execution ?
How to find the given number is a prime number or not by getting input from the user
What is the format specifier?
Can a static method be final?
Is an integer an object?