How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size

Answers were Sorted based on User's Feedback



How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / jigar gandhi

Answer is b
array.length is for array
and
array.size() is for arraylist

Is This Answer Correct ?    37 Yes 1 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / ashish shinkar

array.length

Is This Answer Correct ?    18 Yes 2 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / somasekhar

answer is b

Is This Answer Correct ?    16 Yes 1 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / nagesh

length is a public static final variable in an array which
will specify the capacity of that array. length() is a
function on strings to find number of characters in that.

Is This Answer Correct ?    11 Yes 6 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / sivadasan

Answer 'C'

Is This Answer Correct ?    3 Yes 17 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / krishna

array.lenth()

Is This Answer Correct ?    1 Yes 15 No

Post New Answer

More Core Java Interview Questions

Explain what are final variable in java?

0 Answers  


How do you convert an int to a double in java?

0 Answers  


What are thread local variables?

0 Answers  


How do you replace all in word?

0 Answers  


What is return null in java?

0 Answers  


What is the function of http?

0 Answers  


Why do we create threads in java?

0 Answers  


What are aggregate functions explain with examples?

0 Answers  


Define array. Tell me about 2-D array.

0 Answers   Agilent,


Which number is denoted by leading zero in java?

0 Answers  


Explain about doubly linked list

0 Answers   Aditi Placement Service,


What is the purpose of static methods and variables?

0 Answers  


Categories