answersLogoWhite

0

What is a connection class in java?

Updated: 10/19/2022
User Avatar

Wiki User

13y ago

Best Answer

to connect java and data base...use connection stament

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a connection class in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a connection class in?

to connect java and data base...use connection stament


Define socket in java?

The Socket class in Java is an endpoint in a standard TCP connection. The Socket class implements methods which take care of all the overhead required with TCP communication.


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


Does Java speed up your internet connection?

No. Java does not speed up your internet connection.


What is different between conectivity in java?

Connectivity in Java can be affected by internet connection, as well as the type of Java. There are times that if there is a poor connection, it can cause Java to not work properly. Java should be updated regularly.


Java code for tax deduction in database connection?

Java code for tax deduction in database connection?


The actions in a java class are called?

The actions in a java class are called methods.


Why you start java program by class?

without class non of the folder can run so the java program should start in class we can use the class without object in java


Can you write sql connection method inside the class?

Definitely Yes. All Java applications that need to connect to a database (it can be any db - oracle or sybase or sql server or db2 or anything else as well) use a java class to create database connections.


When java uses compiler?

What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).


How do you call main class with in main class in java?

We can't call a class. We always call a method in java.


What class begins java class hierarchy?

Class