Is an empty arraylist null?


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

Post New Answer

More Core Java Interview Questions

why the equals method can be override?when we override the equals method?

5 Answers  


Why is sizeof not a function?

0 Answers  


What is java beans?

0 Answers  


What is integer size in java?

0 Answers  


What is an arraylist in java?

0 Answers  






which one the better thread emplemented thread or extended ?

4 Answers   Fidelity,


What are the different access modifiers available in java?

0 Answers  


what is the use of clone() in real time scenario?

2 Answers   Quinnox,


Can a class with private constructor be extended?

0 Answers  


define the terminology association.

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


Why are lists ordered in java?

0 Answers  


Categories