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
Is the infobus client side only?
What is meant by method chaining?
What restrictions are placed on the values of each case of a switch statement?
How primary key is implemented in Oracle?
How will you pass parameters in RMI? Why do you serialize?
How task's priority is used in scheduling?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the difference between session and entity beans?
Is “abc” a primitive value?
what is handle?
How is a java object message delivered to a non-java client?
Difference between loadclass and class.forname?
Explain what is synchronization?
What are the different algorithms used for clustering?
Explain about local interfaces.