Session 103

Session 103


First Lecture: Monday July 17, 2000
Last lecture: Saturday August 26, 2000

Students were advised to study first four chapters of Java 2.0 Complete reference. Now! perform the examples in the book.

Assignment 1
Build a program in Java that initializes an array of 5 with temperatures in Celcius and cenvert and show them as Fahrenheit.


See an example java code applet.
See another example java code applet.

Student names

Mohammad Ayaz
Quin Howe Liang
Tariq Haider Khan
Abdus Sami Farooq
Haroon Rashid
Irfan Shah
M. Irfan Akhtar
Fawad Haider Khan

Course Layout

Overview of Java
Programming concepts
Data types, variables and arrays
Operators and Keywords
Control statements
Introduction to class (The OOP fundamentals)
properties & Methods
Inheritance
Packages and Interfaces

Advance Programming topics
Exception Handling
Multithreaded Programming
I/O, Applet and other topics
Mini Project

The Java Library
String handling
Java.lang (Brief)
Java.util (The collection framework)
Java.io (Input and Output)
Java.net (Networking)
Java.awt (Applets and AWT)
Software development in Java
Java Beans (EJB)
Swings
Servlets and JSP
JDBC (Database connectivity)
The Project

Books:
The Java Handbook by Patrick Naughton
Java 2.0 Complete Reference by Patrick Naughton
Java How to Program by Deitel and Deitel
Back to top