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 function overriding and overloading in java?
How to declare unique ArrayList ?
What is use of arraylist in java?
Can you have a constructor in abstract class?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
Why do we use predicate in java?
Can we instantiate Interfaces?
What is tcp and udp?
What is JVM ?
4 Answers Phantom Technologies, TCS,
how do you store phone numbers using java collections
What differences exist between iterator and listiterator?
What’s the difference between unit, integration and functional testing?