what is difference between colection and collections?
Answer Posted / harikrishna
collection is a interface impplemented by all other
interfaces like List,set..where as collections is a class.
| Is This Answer Correct ? | 149 Yes | 27 No |
Post New Answer View All Answers
Can we extend a class with private constructor?
What is difference between hashset and hashmap?
What is structure of java heap? What is perm gen space in heap?
What are thread groups?
What is skeleton and stub?
Explain some best practices you would apply while using collection in java?
Can an unreferenced object be referenced again?
Which package is always imported by default?
What causes memory leak in java?
What does jenkins do?
What is lexicographically smallest string?
Which is easier netbeans or eclipse?
Why there is no call by reference in java?
How many decimal digits is 64 bit?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?