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
How can you generate random numbers in java?
What is the use of :: in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
How to solve the problem of generating the unique hash keys with hash function?
Can we have two main methods in a java class?
Give example to differentiate between call by value and call by reference.
Is namespace same as package in java?
What is a variable declaration?
Explain the overview of UDP messaging.
what are synchronized methods and synchronized statements? : Java thread
Can we use this () and super () in a method?
How do you initialize an arraylist in java?
What do you understand by synchronization?
How do you change an int to a string?
How to overcome the exception object reference not set to an instance of object?