Computer Science, asked by ayushkumar11june, 11 months ago

it is type of list which has proper sequence​

Answers

Answered by rocky227
6

Answer:

ya bro...... it is ordered list <ol>

Answered by mariospartan
2

Answer:

Yes, Java has the List Interface which has ordered list. It means the list has the proper sequence.

Explanation:

  • Java has this list with a collection of functions. It is also called a sequence because, it has the proper way of saving the functions and operations.
  • Collection inheritance also  gives you option for having the sequenced list and use the operators appropriately.
  • List interface is basically implemented by list Array List, Vector List and Stack classes.
Similar questions