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

Programming in Java

This document provides an overview of object-oriented programming concepts in Java, including data types, control structures, classes, inheritance, exception handling, multithreaded programming, I/O, applets, strings, utilities, networking, event handling, AWT, JavaBeans, servlets, JDBC, and two-tier and three-tier client-server models. It discusses key Java features like security, portability, bytecode, the Java virtual machine, and being object-oriented, robust, and architecturally neutral.

Uploaded by

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

Programming in Java

This document provides an overview of object-oriented programming concepts in Java, including data types, control structures, classes, inheritance, exception handling, multithreaded programming, I/O, applets, strings, utilities, networking, event handling, AWT, JavaBeans, servlets, JDBC, and two-tier and three-tier client-server models. It discusses key Java features like security, portability, bytecode, the Java virtual machine, and being object-oriented, robust, and architecturally neutral.

Uploaded by

sumitasthana2
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

Programming in Java

Overview of Object Oriented Concepts in Java.


Introduction Java & internet, Java applets and its applications, Java features
like security, portability, byte code, java virtual machine, object oriented, robust,
multithreading, architectural neutral, distributed and dynamic.
Data types and control structures, operators, array, Java methods and classes.
Inheritance of procedures and Data, packages and interface, exception handling,
multithreaded programming thread priorities, synchronization, messaging, creating
and controlling of threads. I/O and applets. String handling and various string
functions.
Java utilities like java.lang, java.util and their uses, java.io, basics of
networking using Java.
Java applets and their use – Event Handling – AWT and working with
Windows – Event Handling – Event Handling Mechanisms, Delegation Event
Model, Event Class, Event Listener Interfaces, Adapter Classes, Inner Class. AWT
and working with windows – AWT Classes, Window fundamentals, frame windows,
frame window in An Applet, Working with Graphics, color, fonts and text.
Java Beans – BDK, JAR files, Introspection, Developing simple bean using
BDK, Bound Properties, BeanInfo, Interface, Constrained properties, Persistance,
Customizers Servlets –Life cycle of servlet, use of tomcat for servlet, servlet API,
Javax.Servlet package, servlet parameters, Javax.Servlet.http package, Handling
HTTP requests and Responses, Cookies.
JDBC – JDBC API, JDBC Drivers, Products, JDBC Design considerations,
Two Tier and Three Tier client server model, Basic steps to JDBC, setting up a
connection to database, Creating and executing SQL statements, Resultset and
Resultset MetaData Object.

Krishan Kr. Yadav

You might also like