CE605-1 Advanced Java Programming
CE605-1 Advanced Java Programming
Learning Objectives:
This module aims to introduce the students to some concepts of advanced programming
and practice on reusing components.
The course covers Graphical User Interface (GUI) networking, and database
manipulation.
Student will be able to use advanced technology in Java such as
Internationalization, and Remote method Invocation
Student will learn how to work with JavaBeans.
Student will be able to develop web application using Java Servlet and Java
Server Pages technology.
Reference Books:
1. Java 6 Programming, Black Book, Dreamtech
2. Java Server Programming, Java EE6 (J2EE 1.6), Black Book, Dreamtech
3. Advanced Java Technology, By M.T. Savaliya, Dreamtech
List of experiments:
Unit Sr. No.
Name Of Practical
No.
Write a java program for one way TCP communication for server
3.1 and client, where server will response to client with current data and
time.
Write a java program for two way TCP communication for server
3 3.2
and client. It should look like a simple chat application