java what is an interface?

java what is an interface?

what is an interface?

View Answers

May 7, 2012 at 11:17 AM

An interface is one which has abstract methods(not defined just declared)and static or non static variables.Any class can implement(inherit)the interface and make use of the methods(functions) and variables within it.It can be implemented but cannot be instantiated.

For more information, visit the following link:

Java Interface Example









Related Tutorials/Questions & Answers:
What are Classes and Interfaces in Java?
What are Callback interfaces?
Advertisements
What are the different types of interfaces in java? - Java Interview Questions
What are the Core interfaces are of Hibernate framework?
Java interfaces
java interfaces
interfaces
Marker interfaces in java
interfaces - Java Beginners
java interfaces implementation
Interfaces - Java Interview Questions
Interfaces - Java Interview Questions
how to create interfaces in java
interfaces - Java Beginners
Maven dependency for excalibur-instrument-manager-interfaces - excalibur-instrument-manager-interfaces version 1.0 is released. Learn to use excalibur-instrument-manager-interfaces version 1.0 in Maven based Java projects
Maven dependency for com.codnos - dbgp-interfaces version 1.0.0 is released. Learn to use dbgp-interfaces version 1.0.0 in Maven based Java projects
Maven dependency for altrmi - altrmi-server-interfaces version 0.9.6 is released. Learn to use altrmi-server-interfaces version 0.9.6 in Maven based Java projects
Maven dependency for altrmi - altrmi-client-interfaces version 0.9.6 is released. Learn to use altrmi-client-interfaces version 0.9.6 in Maven based Java projects
What is a Java package and how is it used?
Overview of Networking through JAVA,Getting list of Local Interfaces on a machine
What is Java?
Interfaces in flex
EJB Interfaces
EJB Interfaces
Hibernate Callback interfaces
Hibernate: core interfaces of hibernate framework
what is a indentifier - Java Beginners
what are the techniqes in polymorphisum in java?what are their applications?
ModuleNotFoundError: No module named 'interfaces'
what is oops in java
what is oops in java
What is Java - Java Beginners
What is review of Hibernate in Java?
What is review of Hibernate in Java?
What is the latest version of Java?
What is review of Hibernate in Java?
What is JSS in Java?
What is Java Card ?
what is the difference in java and j2ee
What is the latest version of Java?
What is the use of Java?
what technique - Java Beginners
what is the java cache system?
What is iText in Java?
What is Multithreading in Java?
What is array in java with example?
Interview Questions - What is Java?
what are the components of java platform ?
What is Array in Java?
What is Calendar class in Java?

Ads