Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....

5 Answers  


Can singleton class be serialized?

0 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?

1 Answers   TCS,


Why isn’t there operator overloading?

0 Answers  


Can a static class implement an interface?

0 Answers  


Is java hard to learn?

0 Answers  


How listener identify that the event came from a particular object?

0 Answers  


I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

0 Answers  


Why is boolean important?

0 Answers  


Can we override final method?

0 Answers  


my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??

1 Answers  


Categories