Computer Science, asked by pranjalsnoop5973, 6 months ago

A List may contain any type of objects excepts another list.
1 point
a) True
b) false
c) error
d) None of these

Answers

Answered by RaviKumarhacker
0

Answer:

false

Explanation:

list can contain list also

Answered by shilpa85475
0

False:

A list may contain any type of object including another list.

Explanation:

List is a baby interface of Collection.

It is an ordered series of gadgets wherein reproduction values may be stored.

Since List preserves the insertion order, it lets in positional get right of entry to and insertion of factors.

List in Java presents the ability to keep the ordered series.

It consists of the index-primarily based totally strategies to insert, update, delete and seek the factors.

It will have reproduction factors also.

We also can keep the null factors withinside the list.

Similar questions