How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Answer Posted / krishna
array.lenth()
| Is This Answer Correct ? | 1 Yes | 15 No |
Post New Answer View All Answers
Why collection doesn’t extend cloneable and serializable interfaces?
What is the use of singleton?
How do you clear a list in java?
what is meant by Byte code concept in Java?
What is listnode in java?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
What is an immutable object? How do you create one in java?
What is the largest number a double can hold?
What are different types of constants?
Why doesn't the java library use a randomized version of quicksort?
How do you check if an arraylist is not empty?
How to split arraylist elements in java?
Differentiate between == and equals().
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What are different types of states exist for a thread?