Java Programming Notes pdf free download
Free PHP notes pdf are provided here for PHP students so that they can prepare and score high marks in their PHP exam.
In these free PHP notes pdf, we will study the ability to design and develop a dynamic website using technologies like HTML, CSS, JavaScript, PHP, and MySQL on a platform like WAMP/XAMP/LAMP.
Array in java
Creation,Declaration,Accessing,Initialization
Types of array in java
One Dimensional Array,Two dimensional Array
Strings in java
String class,String creation, string concatenation, Comparing strings, Substring, Difference between String and String Buffer class, String Tokenizer class.
Packages in java
Packages in java
Exception Handling in java
Java Exception handling model, Types of exception, using Try and catch, Multiple Try and Catch clauses, Nested Try statements, finally block, user defined exceptions,throw and throws keyword
Multithreading in java
Multithreading notes in java
Applet in java
Introduction, Types of applet, Life Cycle, running applets,using Graphics class and its methods to draw lines, rectangles, circles, ellipses, arcs and polygons.
Introduction to AWT
JAVA AWT Hierarchy,Simple Java awt Example
Java AWT controls
Label, TextBox, TextArea, Check Boxes, Radio Buttons, Choice lists,
java Layout Managers
FlowLayout, BorderLayout, GridLayout
Event handling
Introduction to Event handling using Delegation Event Model,types of listeners
Java Database Connectivity (JDBC)
JDBC Architecture, JDBC Drivers, Java.SQL package, Connecting to the Database and performing basic database operation like Insert, Delete, Update and Select.