what is the difference between ArrayList and Vector
Answer Posted / bhushan singh
ArrayList is having only those method defined within its
collection class but in case of vector it is having its own
method which is not a part of its collection class.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Explain about main thread in java?
Is null a value?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is the order of arraylist in java?
What are the advantages and disadvantages of reference counting in garbage collection?
Can a final variable be null?
What are the object and class classes used for?
What is the dot operator?
What is var keyword ?
Can singleton class be inherited in java?
Are there structures in java?
Explain an algorithm to find depth of a binary tree.
What are 3 data types?
What are functions in java?
How do you sort a set in java?