Explain the difference between arraylist and linkedlist 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 difference between word and integer?

0 Answers  


What are different type of access modifiers?

3 Answers  


Explain Big-O notation with an example

1 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  


How do you escape json?

0 Answers  






different between exception and error? explaim check and uncheck exception

4 Answers  


Explain about static imports in java?

0 Answers  


What is preparedstatement in java?

0 Answers  


What are the five major types of reference sources?

0 Answers  


What is the super void?

0 Answers  


Java is Pass by Value or Pass by Reference?

0 Answers   BirlaSoft,


How does class forname work in java?

0 Answers  


Categories