How Array List can be Serialized.

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


Please Help Members By Posting Answers For Below Questions

What is unmodifiable collection in java?

503


How can you share data between two thread in Java?

516


Explain the difference between a Thread and a Process.

554


What is mvc in java?

549


What is matcher in java?

510






Is java owned by oracle?

516


How to check if linked list contains loop in java?

445


What is a string token?

528


Which is fastest collection in java?

556


What is the difference between delete and delete[]

573


What is the current version of java?

532


Can main() method in java can return any data?

634


What does the append?

484


What is user defined exception in Java?

605


Is a class subclass of itself?

593