Answer Posted / chandra
1) Arraylist is not synchronised while vector is
synchronised.
2) ArrayList doesn’t have a constructor for specifying the
incremental capacity, where as Vector has a constructor to
specify the initial capacity and incremental capacity.
3) Vector is serialized but arraylist is not.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to deploy Jar, War files in J2EE?
Explain what is orm?
What is a class loader?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
How can I scroll through list of pages like the search results in google?
When is the best time to validate input?
what is handle?
How substring() method of string class create memory leaks?
Name the class that is used to bind the server object with RMI Registry?
What are the different types of exception?
To what value is a variable of the string type automatically initialized?
What are the call back methods in entity bean?
Explain the steps in details to load the server object dynamically?
How messaging services are done, before release of JMS?
What is the purpose of the wait(), notify(), and notifyall() methods?