Why arraylist is used in java?


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

Post New Answer

More Core Java Interview Questions

What is assembly used for?

0 Answers  


What is meant by Java interpreter?

4 Answers  


How to make a class or a bean serializable?

0 Answers  


What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?

8 Answers   EDS, Matrix,


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  






In Java list the methods that can be overridden?

0 Answers   Accenture,


Can a final variable be initialized in constructor?

0 Answers  


Which of these methods belong to Thread & Object class? join, yield, sleep, wait, notify

3 Answers   Ericsson,


What is sortedmap interface?

0 Answers  


What are the differences between wait() and sleep()?

0 Answers  


What is a type parameter in java?

0 Answers  


What does it mean that a method or field is “static”?

0 Answers  


Categories