0% found this document useful (0 votes)
7 views1 page

456 Abhstact

The Airlink project automates the registration process for airlines, providing functionalities for managing passenger and flight information, as well as transaction processing related to air travel. It utilizes a MySQL database for data storage and retrieval, allowing for the addition of multiple records. The system is developed in Java using Swing and is designed to manage various entities such as airlines, employees, and customers.

Uploaded by

sahabhi9110
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views1 page

456 Abhstact

The Airlink project automates the registration process for airlines, providing functionalities for managing passenger and flight information, as well as transaction processing related to air travel. It utilizes a MySQL database for data storage and retrieval, allowing for the addition of multiple records. The system is developed in Java using Swing and is designed to manage various entities such as airlines, employees, and customers.

Uploaded by

sahabhi9110
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

ABSTRACT

This project on Airlink is the automation of registration process of airlines system. The
system provides information like passenger’s information, flight information, list of all
passengers, it allows storing and retrieving data related to the airline industry and make
transactions related to air travel etc. The system also allows us to add records when a
passenger reserves a ticket. For data storage and retrieval we use MySQL Database. It
enables us to add any number of records in our database. The project “Airline
Management System” comprises of a large number of flights which belong to a particular
airline. The system we have implemented manages different objects viz.

· Airline

· Airline Employees

· Customers/Traveller

Each of these accesses a database schema which has corresponding tables.

Language Used - Java Core

Concept Used - Swing

IDE Used - NetBeans

Database Used - MySQL

You might also like