answersLogoWhite

0

What else can I help you with?

Related Questions

What is intrface in java?

interface is a list of methods which implements that interface


What is based interface?

menu based interface offers the user a list of option from which the user can choose.


Which command do you use to verify whether the access list is enabled on a particular interface?

show ip interface


How do you writte foreach loop in net?

Assuming your data store implements the "IEnumerable" interface (or the IEnumerable generic interface) foreach (type arg in datastore) { ... } So, for example, if you have a List, it would be List list = new List() ... foreach (string val in list) { Console.Out.WriteLine(val); }


Program for length of list in java?

Java's List interface defines the size() method, which can be used to retrieve the length of a list.


What is the name of the collection interface used to represent elements in a sequence?

List


How do you search for an object in a list and if matches return that object using java?

Using boolen Contains(Object ob) method of List Interface .we can find object through List....


What is the difference between data structure and abstract data type?

An Abstract Data Type is an interface that interacts with a data structure. A Data Structure is an implementation of the ADT. for example. If you were going to create a linked list you would create an Interface listing all the methods required by the list. Then in the linked list class you would code how the list uses these methods. Hope this helps :)


What do you mean by menu based user interface?

A user interface that uses menus to communicate with the computer. Rather than having a single line where a command must be typed in, the user has a list of items to choose from, and can make selections by highlighting one. This kind of interface is easier to use than a command-line interface, but does not have all the visual elements of a graphical user interface.


List five types of video ports?

Composite Video (RCA jack plug, or F-pin) S-Video (Super-Video) Component Video. DVI (Digital Visual Interface) HDMI (High Definition Multimedia Interface)


What is mean linked list in java?

A LinkedList is an implementation of the List interface. It is a collection that is ordered by index position, and the elements are doubly-linked to one another. The linking allows for addition and removal of elements from beginning or end. This class, as of Java 5, also implements the java.util.Queue interface.


List all system call interface?

The system call interface defines all the services of the operating system to the programs. The basis of the different variants of the UNIX operating system is different system call interface. SVID (System V interface definitions ) POSIX standard (IEEE) POSIX 1003.4 is API (Application Program Interface) for the real time systems. www.etherlook.com