How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Answer Posted / ashish shinkar
array.length
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is difference between path and classpath?
What is string builder?
How do you sort words in java?
In the below example, how many string objects are created?
What is the set interface in java programming?
Explain how can you debug the Java code?
What will be the output of round(3.7) and ceil(3.7)?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is class??
What is java used for on a computer?
What is sortedset in java?
Can a class be private in java?
What does nullpointerexception mean?
Does the order of public and static declaration matter in main method?
How many decimal digits is 64 bit?