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...


what is the Arraylist limit (maximum) by default ?

Answers were Sorted based on User's Feedback



what is the Arraylist limit (maximum) by default ?..

Answer / raj

Array List can store more than 3277000 numbers. However the
size of list is depends on the memory (heap) size. If it
reaches maximum the JDK throws out of memory exception.

Is This Answer Correct ?    67 Yes 3 No

what is the Arraylist limit (maximum) by default ?..

Answer / veera

Array List is dynamic growing. so no maximum. length but It
is not synchronized.

by

veera.

Is This Answer Correct ?    41 Yes 14 No

what is the Arraylist limit (maximum) by default ?..

Answer / vijay

2^31-1.

Is This Answer Correct ?    26 Yes 4 No

what is the Arraylist limit (maximum) by default ?..

Answer / rohit

the maximum limit of items stored in arraylist is approx. 6*10^8

Is This Answer Correct ?    7 Yes 5 No

what is the Arraylist limit (maximum) by default ?..

Answer / venkat

ArrayList has index which is an int....so the maximum size
of arraylist is (2 power of 32) - 1

Is This Answer Correct ?    3 Yes 1 No

what is the Arraylist limit (maximum) by default ?..

Answer / shreya

ArrayList default limit is 16

Is This Answer Correct ?    0 Yes 1 No

what is the Arraylist limit (maximum) by default ?..

Answer / shreya tanavade

Sorry fo r d mistake...Arraylist default capacity is 10...Aftr that wen you add the 11 th element its size increases by 50%....i.e...it becomes 15..and it goes on increasing as u go on adding...

Is This Answer Correct ?    0 Yes 1 No

what is the Arraylist limit (maximum) by default ?..

Answer / umamaheswaran

Hi All
The Answer is 62848
After this the JAVA will emit OutOfMemoryException

Is This Answer Correct ?    6 Yes 8 No

what is the Arraylist limit (maximum) by default ?..

Answer / raj

Array limit is keep on growing .ther is no max size in an array

Is This Answer Correct ?    8 Yes 11 No

what is the Arraylist limit (maximum) by default ?..

Answer / sanjay leela bhansali

Its More than 250000 in 1.6

Is This Answer Correct ?    7 Yes 14 No

Post New Answer

More Core Java Interview Questions

What is java in layman terms?

0 Answers  


whst is encapsulation?when u encpsulate actually while devoloping code?

7 Answers   Amdocs, MGL,


Implementations of set interface?

0 Answers  


What are the disadvantages of using inner classes?

0 Answers  


Is java platform independent?

0 Answers  


How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF-8?

1 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  


List some oops concepts in java?

0 Answers  


Is void a data type?

0 Answers  


How we can run a jar file through command prompt in java?

0 Answers  


What is mnemonic code?

0 Answers  


Differentiate between run time error and syntax error.

0 Answers   Amdocs,


Categories