Answer Posted / himanshu kapoor
List is an interface. LinkedList is a class which implements List.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Which command from the jdk compiles a java program?
What is the Scope of Static Variable?
What is multiple inheritance? Is it supported by java?
How to stop a thread in java? Explain about sleep () method in a thread?
What is difference between variable declaration and definition?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What are the approaches that you will follow for making a program very efficient?
Why destructor is not used in java?
What is method in java with example?
What is the purpose of static methods and static variables?
What is the main functionality of the remote reference layer?
What is the use of jtable?
Can we convert stringbuilder to string in java?