what is difference between colection and collections?
Answer Posted / nita dhumal
Yes all are said is right.
Collection is an interface which implented by all other interfaces. while collections is utility class which contain method like sorting method.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should you make a function static?
What is boolean data type in java?
What do you understand by java virtual machine?
For class CFoo { }; what default methods will the compiler generate for you>?
What do you mean by global variable?
What is style and indentation?
Can main() method in java can return any data?
What invokes a thread's run() method in java programming?
What is keyword and identifier?
Why do we need hashmap in java?
what is session in java?
Can we have two methods in a class with the same name?
what is function overloading in java?
How is it possible for two string objects with identical values not to be equal under the == operator?
Difference between static and dynamic class loading.