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
Which class contains a method: cloneable or object?
What is the difference between state-based unit testing and interaction-based unit testing?
What is difference between array and vector?
What are the three parts of a lambda expression?
Why Java doesn’t support multiple inheritance?
Why main function is static?
How we can run a jar file through command prompt in java?
Can a boolean be null java?
How to Sort Strings which are given in List and display in ascending order without using java api.
What is meant by 'bit masking' in java?
What is the purpose of void?
What are instance variables?
What is printwriter in java?
What is hashing in java?
What is an inner class in java?