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
Define how objects are stored in java?
What is a generic type?
Define Multiprogramming and Multiprocessing in java.
Define inheritance with reference to java.
What are three types of loops in java?
What are unchecked exceptions in java?
Can java inner class be static?
What do you mean by chromounits in java8?
What is the java reflection api? Why it’s so important to have?
In which order the iterator iterates over collection?
What is ide with example?
Explain about collection interface in java?
What is Java Shutdown Hook?
Explain the use of sublass in a java program?
Is there any difference between nested classes and inner classes?