Answer Posted / dhaval
there is a method dont remember the name perfectly
though......Collections.synchronizedList(myList)
ArrayList myList = new ArrayList();
Collections.synchronizedList(myList)
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
What is downcasting?
How to find the given number is a prime number or not by getting input from the user
Explain about anonymous inner classes in java?
What happens if we don’t define serial version uid?
Can we access the non-final local variable, inside the local inner class?
What is comparable and comparator interface? List their differences
Why java doesn’t support multiple inheritances?
What is a programming object?
What is the purpose of void class?
What are the advantages of user defined functions?
What is linked hashset and its features?
How can you set an applet’s height and width as a percentage?
What is nan inf?
Are there structures in java?
What is n in java?