what is difference between colection and collections?
Answer Posted / pavan kumar
collection is an interface to represent a group of individual object as a single entity.where as collections is an utility class to define several utility methods for collection implemented class objects
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is time complexity algorithm?
What is gc()?
What type of variable is error flag?
What is the use of set in java?
What are the differences between heap and stack memory?
What is the difference between method overriding and overloading?
Write a java program to check if a number is prime or not?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is sizeof () operator?
What is local variable and instance variable?
Can It is possible to synchronize the constructor of a Java Class?
Explain Basics of OOP Language in java
What is the epoch date?
Which list is sorted in java?
Can we extend a class with private constructor?