Advanced Java: Ritik Verma Information Technology 17IT41 3 Year/5 SEM
Advanced Java: Ritik Verma Information Technology 17IT41 3 Year/5 SEM
Ritik Verma
Information Technology
17IT41
Advanced Java 3rd Year/5th SEM
• Java is platform independent: the same
program can run on any correctly implemented
Java system
• Java is object-oriented:
• Structured in terms of classes, which group
data with operations on that data
• Can construct new classes by extending
existing ones
• Java designed as
• A core language plus
Features of • A rich collection of commonly available
Java packages
• Java can be embedded in Web pages
Java AWT (Abstract Window Toolkit) is an API to
develop GUI or window-based applications in
java.
Java AWT components are platform-dependent
i.e. components are displayed according to the
JAVA AWT view of operating system. AWT is heavyweight
i.e. its components are using the resources of
OS.
The java.awt package provides classes for AWT
api such as Text Field, Label, Text Area,
RadioButton, CheckBox, Choice, List etc.
Button
Object Label
Checkbox
Component
Choice
Java AWT List
Hierarchy Container
Window Panel
Applet
Frame Dialog
Example of AWT
Java Swing
Editor for programming Drag and Dropping Tool for Creating and Connecting
different API’s used in project. java swing Database to project using
JDBC logics.
Implementation and Execution Basic layout of project
4
NetBeans
Process in It is an integrated development environment for Java.
Making of NetBeans allows applications to be developed from a
Project
set of modular software components called modules.
NetBeans runs on Windows, macOS, Linux and Solaris
Thank You..