Вы находитесь на странице: 1из 25

PROJECT REPORT

ON
CAR SELLING
SYSTEM

CONTENTS
INTRODUCTION
Front Ends & Back Ends
Objectives
Requirements
What is Java Technology
Features of Java Technology
Snapshots

INTRODUCTION
In our project, CAR SELLING SYSTEM,
a car showroom owner and salesman
sells their cars & show information about
the different models of cars.
The main objective for the creation of
this project is to fulfill the basic needs of
its users. It will keep proper records &
maintain a proper working environment
for the users.
Front Ends & Back Ends
FRONT ENDS
Netbeans IDE.
Java Technology.
Back ENDS
DAT Files.

OBJECTIVES
The car sales system perform the
following functions:
1. Maintaining Car details.
2. Maintaining Records.
3. Providing various Records according to
requirement.
REQUIREMENTS
Operating system:
Windows XP
Windows 7
Database:
DAT files
Documentation:
MS Office 2003
WHAT IS THE JAVA TECHNOLOGY
THE JAVA TECHNOLOGY IS:
A PROGRAMMING LANGUAGE
A DEVELOPMENT ENVIRONMENT
AN APPLICATION ENVIRONMENT
A DEPLOYMENT ENVIRONMENT
Features of Java Technology
Platform Independence
The Write-Once-Run-Anywhere ideal has
not been achieved (tuning for different
platforms usually required).
Object Oriented
Object oriented throughout - no coding
outside of class definitions, including main().

Features
Compiler/Interpreter Combo
Code is compiled to byte codes that are
interpreted by a Java virtual machines
(JVM) .
Robust
Exception handling built-in, strong type
checking (that is, all data must be declared
an explicit type), local variables must be
initialized.

Features
Automatic Memory Management
Automatic garbage collection - memory
management handled by JVM.
Security
No memory pointers
Programs run inside the virtual machine
sandbox.
Array index limit checking

Many other features like:
Dynamic binding
Good Performance
Threading
Built in networking
THE JAVA VIRTUAL MACHINE
AN IMAGINARY MACHINE THAT IS
IMPLEMENTED BY EMULATING IN
THE SOFTWARE ON A REAL
MACHINE. CODE FOR THE JVM IS
STORED IN .CLASS FILES, EACH
OF WHICH CONTAINS CODE FOR
AT MOST ONE PUBLIC CLASS.

SNAPSHOTS
ADD A NEW CAR
Enter details
Record added
SHOWING ALL THE MODELS
Next car
SEARCH BY AGE:
Search result
Next search result
SEARCH BY PRICE & DISTANCE TRAVELLED
Search result
By:
chandan Rai(084008)
satish saini(084038)
sukhchain singh(084041)
IT-7
th
sem

Вам также может понравиться