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
Explain differences between checked and unchecked exceptions in java?
How do you generate random numbers in java?
What are some alternatives to inheritance?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What are void methods?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
which pattern is default in scanner package?
How do you include a string in java?
What is a java predicate?
What exactly is a .class file?
What is intern method in java?
What is output buffer?
Which package is always imported by default?
How to make a read-only class in java?
What does three dots mean in java?