mariadb-developers /
java-quickstart
This repository contains code samples for getting started with Java and MariaDB.
Loading repository data…
Komalkopnar622 / repository
This repository contain a mini project of Bus ticket reservation system which is made with the help of JAVA, SQL, and JDBC.
Bus Ticket Reservation System
Problem Description: The main objective of this project is to cater the needs of the passenger who are traveling from one point to another. This project have contains essential modules like Customer and Administrator. User can book / reserved his ticket one day before. Users of this application: • Customer • Administrator Roles of Customer are: • Customer can book ticket by selecting Source and destination • Customer can cancel ticket Role of Administrator are: • Login his username and password • Provide details like Bus Name, Bus Route, Bus Type –AC/non-AC, seats, departure time and arrival time • Provide the confirmation of the seat to the Customer. • Provide the Contact persons details after confirmation of the seat Note: Once the seat is booked, automatically the seat would be deducted
Selected from shared topics, language and repository description—not editorial ratings.
mariadb-developers /
This repository contains code samples for getting started with Java and MariaDB.
Pabitra-33 /
This repository contains a collection of Advanced Java practice programs, covering essential concepts to build robust, enterprise-level applications.
dewasemadi /
This repository contains my journey in learning Java Spring Boot
Josel099 /
This repository contains the code for the registration servlet, which uses JDBC to insert student data into a MySQL database
Devashree-A /
This repository contains the Java code which is used to create a database, create a table inside the database, insert the contents into the table and run queries to get the appropriate results, all with the help of SQLite jdbc driver.
jainayush362 /
This repository contains a zip file in which you can find the project named Citizen Care Bank. It is a banking portal developed using JAVA and NetBeansIDE 8.3. The project is based on JDBC Connectivity using MySQL as database. The user can search, retrieve, update, delete and insert new records in existing database.. You just need to import the project in NetBeans and create a database on MySQL as per the configuration of JDBC driver in the project.