Which collection object is faster to retrieving the data and
inserting the data into it.
Answers were Sorted based on User's Feedback
Answer / nav dev
ArrayList is faster to retrieving
Set is faster to inserting
| Is This Answer Correct ? | 21 Yes | 1 No |
Answer / lavanya
LinkedLisr is facter in inserting and retrieving from any
position on the list.
| Is This Answer Correct ? | 11 Yes | 3 No |
Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
Which Math method is used to calculate the absolute value of a number?
Can we use string in switch case in java?
What is object data type?
What is the static variable?
What is difference between variable declaration and definition?
What is the purpose of skeleton and stub?
Can we synchronize static methods in java?
when should you use stringbuilder class in a program?
Can an unreachable object become reachable again?
What is meant by wrapper classes?
Can we instantiate interface in java?