answersLogoWhite

0


Best Answer

In Java, an interface is a suite of methods that multiple different classes are able to implement. Interfaces are not assigned to any particular class. For example, multiple graphics classes can use the same interface to change their size and colour.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In the field of computers what does the term java interface mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do mean by interface in java?

An interface in Java is like an abstract class, but there are no method bodies allowed in it and it has to be declared with the interface keyword. It is Java's way of getting around the Deadly Diamond of Death. Only abstract methods and constants are allowed in it.


In C plus plus Interface is also known as?

I guess you mean Java, there is no interface in C++.


What does the abbreviation GUI mean in relation to computers?

Graphical User 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.


What does implementation mean in java?

Implementation in java mean to accomplish some aim or to execute some order in java software platform. Your class can implement more than one interface, so the implements keyword is followed by a comma with separated list of the interfaces implemented by the class. By convention, the implements clause follows the extends clause, if there is one.


Which languages support multiple interface?

If by interface you mean, a mechanism to achieve abstraction and create a blueprint for future implementation. Java/C#/C++ all allow for multiple interfaces(abstract classes in C++) to be implemented.


What does J2SE mean when talking about computers?

J2SE means Java 2 Platform Standard Edition when you are referring to computers and the hardware that is found on the computer. It is needed for everyday computer use.


What does sexly mean in computer language?

The term "sexly" has no meaning in the field of computers.


What does the GUI in guitar mean?

Gui is possibly slang for the full word, "guitar." Otherwise, it is used in computers for the term, "Graphical User Interface."


What is subroutine in java?

Subroutine mean what (in java)?


What does Systemout mean in java?

System.out refers to the Java console.


What does mouse mean as it pertains to computers?

A mouse is a user interface device that provides input to the operating system. It allows the user to easily control a cursor on the screen for selecting objects.