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


Why ArrayList class is not a synchronized class and why it
is not a thread safe class? explain



Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain..

Answer / atre sachin

If multiple threads access an ArrayList instance concurrently, and at least one of the threads modifies the list structurally, it must be synchronized externally. (A structural modification is any operation that adds or deletes one or more elements, or explicitly resizes the backing array; merely setting the value of an element is not a structural modification.)

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a J2EE component? List out all the component?

2 Answers   Adobe,


what are the difference between Java and .Net?

5 Answers  


What is the difference between jvm and jre? What is an interface?

0 Answers  


What is sortedmap in java?

0 Answers  


What are the differences between stringbuffer and stringbuilder?

0 Answers  


What is :: operator in java?

0 Answers  


What class of exceptions are generated by the java run-time system?

0 Answers  


What are constants and how to create constants in java?

0 Answers  


What does @override mean?

0 Answers  


What's the purpose of using break in each case of switch statement?

0 Answers  


Explain about class in java?

0 Answers  


Can a constructor call another constructor?

0 Answers  


Categories