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 |
Can we extend private class in java?
What do you understand by java virtual machine?
What is data type modifier?
What is the meaning of find and replace?
When finally clause is executed?
What is the purpose of static methods and variables?
I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.
What is a locale?
Explain about interthread communication and how it takes place in java?
What is difference between Eclips and MyEclips?
What is a package?
Outline the major features of java.