Which collection object is faster to retrieving the data and
inserting the data into it.
Answer Posted / lavanya
LinkedLisr is facter in inserting and retrieving from any
position on the list.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
How to connect to a remote database using Applet?
What is class forname?
What is encapsulation in java?
What is constructor and its types?
Why is stringbuffer faster than string?
How to run a JAR file through command prompt?
Is upper case in java?
What is the difference between serializable and externalizable interface?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
Explain what access modifiers can be used for variables?
Can a method be static?
Similarity and difference between static block and static method ?
What is the difference between the ">>" and " >>>" operators in java?
Give reasons supporting that string is immutable.
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?