How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Answer Posted / somasekhar
answer is b
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is difference between path and classpath?
What an i/o filter?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is singleton class in ruby?
What language is an assembler written in?
What is the base class of all classes?
What are the benefits of java?
What is the escape character in java?
What is the difference between checked exception and unchecked exception?
What is final keyword?
Differece between class and generic class?
What is the purpose of final keyword and when to use it?
What is arguments in java?
Why do we need hashmap in java?
How does indexof work?