answersLogoWhite

0

How do you use database in java?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

By using JDBC/hibernet

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the use of JDBC?

JDBC stands for Java Database connectivity which is a standard java API for database. It is for database connectivity with project.


How do you connect oracle to java?

Connecting to Java from within a Oracle database is not possible. However, if you want to connect to an Oracle database from Java, you can use JDBC for the same. JDBC stands for Java DataBase Connectivity which is the framework that helps Java applications connect to databases like Oracle


What are the uses of java database connectivity?

Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database.


Java code for tax deduction in database connection?

Java code for tax deduction in database connection?


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


What do you mean by database driver?

JDBC which is short for java database connectivity is used to connect database to a java project . To make connectivity a database driver is required to establish the connection.


What is the use of Servlet in java?

Java Servlet is used for Server Side programming for developing Web Applications. It easily employs Database Connectivity. We can also use JSP however it cannot replace a Java Servlet.


Which one is more advanced oracle or java?

They are not comparable to each other. Oracle is a company/organization, or a database (developed by the organization with the same name). Java is a general purpose programming language. You may write a Java program not using Oracle database as the persistence. And you may use Oracle Database without Java programming language. Interestingly though, Oracle, the company, does provide both Oracle and Java Certification programs.


Is java a database?

No, its a programming language.


What do you understand by JDBC driver in java?

JDBC driver is an interface enabling a java application to interact with a database. To connect with individual database, JDBC requires drivers for each database.


How can you Send records from a Access database to remote server using java?

Ya we can use to do this by using EJB


Java or php which technology should be used as a back-end of adobe flex for designing large web based software to work at its best and why?

Java is not a database to be used as a back end for an application. Java can interface between your UI layer and the database but it cannot function as a database.