Does java list allow null?



Does java list allow null?..

Answer / Sumit Kumar Singh

Yes, as mentioned earlier, both ArrayList and LinkedList in Java can contain `null` elements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is serial version uid and its importance in java?

1 Answers  


How are Java source code files named?

3 Answers  


Can we start a thread twice in java?

1 Answers  


Which are different kinds of source code?

1 Answers  


What are the types of loops in Java, and how are they used?

2 Answers  


Give a brief description of java socket programming?

1 Answers  


What is formatted output in java?

1 Answers  


How does regex work?

1 Answers  


What is instanceof keyword?

1 Answers  


What is “try and catch” in java

2 Answers  


What is the purpose of garbage collection in java? When is it used?

1 Answers  


What is the use of default method in interface in java? Explain

1 Answers  


Categories