Question:

How do I create database in Java?

by  |  earlier

0 LIKES UnLike

How to create database using Javascript?

 Tags:

   Report

2 ANSWERS


  1. JavaScript is just a scripting language used inside internet browsers, you can't work with databases using it, because of the security issues.

    P.S: JavaScript is totally different from Java.


  2. Database is a complex application. Normally we just use existing database such as Microsoft Access, MySQL, JavaDB, etc. Then use Java to access the records.

    If by database you mean simple table, like record, without complex relationship, then you can create Java class and use Collection such as List, HashMap, etc.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.