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 a class have multiple superclasses?
Explain the advantages of packages in java?
What is the difference between static binding and dynamic binding?
What happens when you add a double value to a string?
Is null a value?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How can we find size of the object ?
Which method will get invoked first in a stand alone application?
What is jvm? Why is java called the platform independent programming language?
What is the difference between applet and application?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
Differences between GridLayout and GridBagLayout?