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 |
How is garbage collection controlled?
What is number data type in java?
Can we instantiate interface in java?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is the use of accept () method in java?
What is the use of predicate in java 8?
Why do we use variables?
Why is multithreading important?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is finally in Java?
Is set thread safe java?
what is java bean?where can we use it?