Answer Posted / ravikrian
The above all answers are correct if the question is
collection, But collections is a class from java.util
package which has static utility methods such as sort and
binary search
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we declare an array without size in java?
Can we instantiate interface in java?
What is instanceof keyword?
What is the properties class?
How objects of a class are created if no constructor is defined in the class?
What are the different approaches to implement a function to generate a random number?
What is the largest number a double can hold?
What does the three dot emoji mean?
What is the use of generics? When was it added to the Java development Kit?
What is a method in coding?
What is final keyword in java? Give an example.
What is the final blank variable?
What do you mean by constructor?
How are java objects passed to a method and what are native methods?
What is the importance of static variable?