Core Java Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 259 Page Views: 

What is the List interface?



Posted By: Avi Date: 5 November 2010 08:36:52 PM
 Answer:

The List interface provides support for ordered collections of objects.


Posted By: avibtech


Date: 5 November 2010 08:36:52 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image XnGQCl
Related Questions
Core Java : What is the purpose of the File class?

What is the purpose of the File class?

The File class is used to create objects that provide access to the files and directories of a local....
Category: Core Java Date: 11/8/2010 5:39:53 PM
Core Java : calling this.getClass() within a method m in class A will return?
Core Java : Is &&= a valid Java operator?

Is &&= a valid Java operator?

No, it is not.
Category: Core Java Date: 11/8/2010 5:06:53 PM
Core Java : How does multithreading take place on a computer with a single CPU?

How does multithreading take place on a computer with a single CPU?

The operating system's task scheduler allocates execution time to multiple tasks. By quickly switchi....
Category: Core Java Date: 11/8/2010 3:29:50 PM
Core Java : What restrictions are placed on the location of a package statement  within a source code file?

What restrictions are placed on the location of a package statement within a source code file?

A package statement must appear as the first line in a source code file (excluding blank lines and c....
Category: Core Java Date: 11/8/2010 2:13:52 PM