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 the symbol for average?
What is the functionability stubs and skeletons?
Memory management in JAVA
3 Answers Tech Mahindra, Wipro,
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
What one should take care of, while serializing the object?
What is the use of using enum to declare a constant?
Difference between a Scrollbar and a ScrollPane?
What does the exclamation mark mean in java?
What is the difference between the program and the process?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Why java is secure? Explain.