Explain about arraylist?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is operator overloading. Is it is supported in java?

0 Answers  


What do you understand by the term wrapper classes?

0 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  


Is linkedlist thread safe in java?

0 Answers  






What do you mean by stack?

0 Answers   Accenture,


what do you understand by synchronization? : Java thread

0 Answers  


Can we call the Thread.sleep in Synchyronozed block?

5 Answers   Logica CMG,


Can you instantiate the math class in Java?

0 Answers   IBS,


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

0 Answers  


What is thread pool? How can we create thread pool in java?

0 Answers  


What is casting?

3 Answers  


Categories