Are lists mutable?



Are lists mutable?..

Answer / Ganesh Kumar

Yes, lists are mutable data structures. This means that their elements can be changed and added to or removed from at any time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

When will you use array over arraylist?

1 Answers  


What is the use of treemap?

1 Answers  


Will hashmap allow null keys?

1 Answers  


Tell me the difference between the character array and a string.

1 Answers   Honeywell, HPCL, Huawei, Zomato,


Can we add duplicate keys in a hashmap? What will happen if we attempt to add duplicate values?

1 Answers  


What is time complexity of sorting algorithms?

1 Answers  


List the data structures which are used in rdbms.

1 Answers  


Is bubble sort faster than selection sort?

1 Answers  


Does treeset allow duplicates?

1 Answers  


What is an acyclic graph?

1 Answers  


Define static data structures?

1 Answers  


What is the method to find the complexity of an algorithm?

1 Answers  


Categories