answersLogoWhite

0

In Java server page whether connection is interface?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: In Java server page whether connection is interface?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The name of a small program with a browser interface connection?

Java applet


What is url connection in java?

Connection interface consists of method for contacting a database . The connection object represents communication context.


How can connect sql server 2005 with java in java?

Use the JDBC functionality to open a connection to SQL Server. You can read up on how here: http://java.sun.com/javase/technologies/database/


Can you create a constructor for an interface in java?

NO, we cannot create a contructor for an interface in java.


Can you define variables in interface in java?

yes we can define a variable in an interface in java.


What is the Expansion for JSP?

JSP stands for Java Server Pages. They are used in Java Enterprise applications that are created to be used on web pages. The JSP page acts as the user interface for the enterprise application.


What does connection time out mean in minecraft?

It means the server is iether down,reloading or the server creator hasn't port forwarded the server It means that the set timeout time in the java code of minecraft is less time than it took to connect to the server meaning the connection has 'timed out' this is because the server has been unresponsive for more then said amount of time.


What is intrface in java?

interface is a list of methods which implements that interface


How does one go about using a java 7 socket?

A socket is used in computer programming and helps two devices to make a connection. In Java 7, sockets can be employed utilizing the TCP/IP interface.


What is a tagging interface type?

A tagging interface type in Java is an interface that has not defined methods such as the java.io.Serializable interface.


What java interface must be implemented by all threads?

Runnable interface


Can you create an empty interface with no definitions?

Yes. This is a valid interface definition in Java: interface Useless {}