Answer Posted / ravichandra
list inteface can have three types are 1.linkedlist
2.arraylist 3.vector
1.arraylist:It is dynamically growing array that stores
objects.It is not synchronized.
ex:-
ArrayList arl = new ArrayList();
2.Vector:-It is dynamically growing array that stores
objects.It is synchronized.
EX:-
Vector v= new Vector();
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
State the merge-sort principle and its time complexity.
What is off heap memory?
What modifiers may be used with a top-level class?
How java enabled high performance?
What is difference between iterator and enumeration in java?
How to read and write image from a file ?
How do you execute a thread in java?
What are annotations in java?
Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
What is bom encoding?
Why java is not 100% object-oriented?
What is indexof?
What is the method to expand and collapse nodes in a jtree?
Is it possible to use string in the switch case?
Explain the difference between comparator and comparable in java?