relation between list and linked list
Answer / himanshu kapoor
List is an interface. LinkedList is a class which implements List.
| Is This Answer Correct ? | 15 Yes | 2 No |
Can constructor be synchronized?
What is a container in a gui?
How long will it take to learn java?
What is garbage collection? Can it be forced to run?
What is meant by final class?
Can a source file contain more than one class declaration?
Difference between arraylist and vector.
Explain about main thread in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is anagram in java?
What is serialization in java?
How do you find the absolute value?