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
difference between byte stream class and character stream class?
What is a null class?
What are the different collection views provided by maps?
Is there any difference between synchronized methods and synchronized statements?
What are the important features of Java 8 release?
What is an 8 bit word?
Difference between string, string builder, and string buffer?
What is jdbc api?
Why is multiple inheritance not supported in java?
What is meant by call by reference?
State some advantages of java?
What are the differences between forwarding () method and sendredirect() methods?
How do you format in java?
How do you break a loop?
Can we have multiple classes in single file ?