What is use of arraylist 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 hashmap and map?

0 Answers  


Can we declare the main method of our class as private?

0 Answers  


How do you create immutable object in java?

0 Answers  


What is the old name of java?

0 Answers  


Can we overload run() method in java?

0 Answers  






What is final method in java?

0 Answers  


Why does java not support operator overloading?

0 Answers  


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  


Is object a data type?

0 Answers  


How to print nodes of a Binary tree?

1 Answers   TCS,


can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?

1 Answers   Systematix,


what is Dictionary? and what purpose it is used for?

3 Answers  


Categories