what is difference between colection and collections?
Answer Posted / johnj
Harikrishna is right about Collections class...Collections
class is a member of Java Collections Framework.. Sandeep
Tyagi u can find that in sun java tutorial..
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
Is singleton a bad practice?
What happens if an exception is not handled in a program?
What is boolean false?
Can we extend a class with private constructor?
What is meant by binding in rmi?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is use of static in java?
What is an image buffer?
How do you sort a string in java?
What is the static method?
Why main method is static in java?
How do you sort words in java?
What is meant by the value of a variable?
Explain wait(), notify() and notifyall() methods of object class ?
What are java packages? What's the significance of packages?