what is difference between vector and arraylist?.
Answer Posted / arjun kumar
If we want to arrange a collection of objects into an other object then we will use either ArrayList or Vector. When we use these classes all the objects that are placed in it will be stored sequentially one after the other.
ArrayList : If we want to store same type of objects then we will use ArrayList class.
Vector : If we want to store different type of objects then we will use Vector class.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the considerations to be made in case of loops in java ?
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
my interviewer asked me what technical specification you used how to answer that question
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the different types of ways where you can iterate over a list? : java collections
In hyderabad, which s/w training center is best for java, other than corejava what r the new tools to learn in java,which tool is best & have current requirement,pls give me information about java to learn ?
What is the difference between comparable and comparator in java.util pkg?
Which sorting algorithm is used by collections.sort() in java ?
What are the types of java collections? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What are the main classes of the list interfaces? : java collections
What are the classes in the java collection framework? : java collections
What is java collection? : java collections
please mail me the interview question based on java/j2ee
Which java collection class can be used to maintain the entries in the order in which they were last accessed?