Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections class.



Features of JAVA ? In which version of java synchronizedXXX() methods are included in Collections cl..

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

Post New Answer

More Core Java Interview Questions

What is an enumeration?

0 Answers  


Can we restart a thread already started in java?

0 Answers  


Explain about serializable interface in java?

0 Answers  


Can bool be null?

0 Answers  


what is the difference between Object Based Language and Object Oriented Language?

0 Answers   Aspire,






How to obtain a performance profile of java program

0 Answers  


What is a nested list?

0 Answers  


what is default constructor and parameterised constructor with example?

1 Answers   KPIT,


What are locale settings?

0 Answers  


What are field variable and local variable?

3 Answers  


Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?

2 Answers   Subex,


What is independent and dependent variables in research?

0 Answers  


Categories