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
What do you understand by java?
Is array dynamic in java?
What is public static void main?
What is a variable analysis?
What is regex in java?
What is ternary operator in java?
Write a program to print 15 random numbers using foreach of java 8?
What is synchronization and why is it important in java programming?
Is a method a procedure?
How is hashset defined in java?
What is stringjoiner ?
Can you call one constructor from another if a class has multiple constructors?
How can you generate random numbers in java?
How static variable work in java?
What is the difference between I ++ and ++ I in java?