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 ascii code?
Difference between Linked list and Queue?
What is formatted output in java?
What is double parsedouble in java?
What is the old name of java?
Why hashcode is used in java?
Why java is used everywhere?
What is meant by call by reference?
In how many ways we can do synchronization in java?
What is application system?
Can an arraylist be empty?
When is finally block not called?
Is string passed by reference in java?
What is the arraylist in java?
Can we declare array without size in java?