answersLogoWhite

0


Best Answer

JavaScript is a computer language that is mostly used in web browsers. An example of JavaScript project without a database is called a login session, this requires a lot of hard coding and requires a lot of multiple ID comparison.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Java projects which does not use database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 use database in java?

By using JDBC/hibernet


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