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
Explain java coding standards for variables ?
What is meant by JVM? Is JVM platform independent or not?
How is Object Oriented Programming different from Procedure Oriented Programming?
Can we store variables in local blocks?
How many characters is 2 bytes?
Explain the public class modifier?
What is the use of private static?
What is comparable and comparator interface? List their differences
Explain the overview of UDP messaging.
How do you execute a thread in java?
What is a wrapper method?
How many bytes is a url?
What is runtime polymorphism or dynamic method dispatch?
What is the applet security manager, and what does it provide?
How to create com object in Java?