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 meant by overloading?
What is string variable?
Is java a security risk?
Why synchronization is important?
Can we extend private class in java?
What is linked hashset and its features?
Explain the pointers in Java?
What language is java written?
Explain about features of local inner class?
Why are getters and setters used?
What is difference between fail-fast and fail-safe?
What are aggregate functions explain with examples?
Is arraylist sorted in java?
What is classes in java?
What is a conditional statement explain with example?