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 passing by reference in java?
Does java support function overloading, pointers, structures, unions or linked lists?
Why can we not override static method?
What does %4d mean in java?
How do you compare arrays in java?
What is a boolean flag in java?
What is square root in java?
How to check if linked list contains loop in java?
What does string [] args mean?
Why java is said to be pass-by-value ?
What occurs when an object is constructed?
How do I compare two strings in word in java?
Why does abstract class have constructor?
What is type safety in java?
Why do we use bufferedreader?