What are the interfaces in java collections? : java collections
No Answer is Posted For this Question
Be the First to Post Answer
When to use the Collection Classes(HashSet, LinkedHashSet, TreeSet....etc) in real time scenario ?
Can any one tell me How to explain bank project desription in interview
Difference b/w >> and >>> ?
wnet use DAO design in u r project?
What are the types of the main implementing classes in the map interfaces? : java collections
What is java collection? : java collections
How do I find jre path in windows?
what protocols does JNDI provide an interface to?
What is the use of the list interface in the java collection? : java collections
What are the classes in the java collection framework? : java collections
What is the difference between Eclipse and MyEclipse?
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()