0% found this document useful (0 votes)
279 views

JAVA

This document is a report submitted by Deepak Sharma to their professor Mr. J.P. Meena at GURUKUL COLLEGE OF ENGINEERING & TECHNOLOGY, KOTA, RAJASTHAN. The report discusses Java programming concepts including the history of Java, features of Java like platform independence and security, the Abstract Window Toolkit for graphical user interfaces, Structured Query Language for databases, Java Database Connectivity for database access, Hypertext Markup Language for web pages, and a proposed college library management system with a front-end AWT form connected to a back-end SQL database.

Uploaded by

Deepak Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
279 views

JAVA

This document is a report submitted by Deepak Sharma to their professor Mr. J.P. Meena at GURUKUL COLLEGE OF ENGINEERING & TECHNOLOGY, KOTA, RAJASTHAN. The report discusses Java programming concepts including the history of Java, features of Java like platform independence and security, the Abstract Window Toolkit for graphical user interfaces, Structured Query Language for databases, Java Database Connectivity for database access, Hypertext Markup Language for web pages, and a proposed college library management system with a front-end AWT form connected to a back-end SQL database.

Uploaded by

Deepak Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Submitted To GURUKUL COLLEGE OF ENGINEERING & TECHNOLOGY, KOTA, RAJASTHAN

SUBMITTED TO: Mr. J.P.Meena (Deptt of Computer Science Engg.)

SUBMITTED BY:Deepak Sharma (B.Tech., VII semester) Computer Science Engg.

CONTENT

INTRODUCTION FEATURES of JAVA AWT SQL JDBC HTML PROJECT CONCLUSION

INTRODUCTION
Patrik & James Gosling was the developer of Java Developed in 1991 Under the Sun Micro System

The First Name was Oak


Java, May 20, 1995 HotJava The first Java-enabled Web browser It was Start in India at 1997.

Features of Java
Platform Independent
Secure Portable Robust Dynamic Binding

AWT (Abstarct Window Toolkit)


Front-End & Back-End.

Components
1. 2. 3.

Passive Active Container

1. 2. 3.

Window Listener Interface


WINDOW_CLOSED WINDOW_CLOSING WINDOW_OPENED WINDOW_ACTIVATED WINDOW_DEACTIVATED WINDOW_ ICONIFIED WINDOW_DEICONIFIED

4.
5. 6. 7.

SQL (SRUCTURED QUERY LANGUAGE)


Use for store database
Types of Command 1. DDL (DATA DEFINATION LANGUAGE) Create ,Alter ,Drop 1. DML (DATA MANIPULATION LANGUAGE) Insert,Update,Select,Delete 1. DCL (DATA CONTROL LANGUAGE) Rollback,Commit

JDBC (JAVA DATABASE CONNECTIVITY )


Java Provides four JDBC Drivers 1. JDBC-ODBC Bridge Driver 2. Pure Java Native Driver 3. Part Java & Part Native Driver 4. Database Server Driver

JDBC provides a set of classes and interface for connecting to database

HTML(HYPER TEXT MARK UP LANGUAGE)


Text on Web Browser
Web Browser renders the HTML Code

Case Sensitive
Two Major Part
1. 2.

Header Body

Tags

ABSTRACT
That plays an Important role for the College Library to

know about the Books details of the Library


They will get all type of information of the books as

per their needs.

FRONT END AWT FORM

BACK END SQL DATABASE

THANKS

You might also like