How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Answer Posted / ashish shinkar
array.length
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
what is meant wrapper classes?
What is string pooling concept?
Which are different kinds of source code?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What initialize variables?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
How to display names of all components in a Container?
How does system arraycopy work in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Why java applets are more useful for intranets as compared to internet?
What language is pass by reference?
Where and how can you use a private constructor?
What language is an assembler written in?
What about main() method in java ?