MET CS 565 -- Advanced Java Programming

Instructor

Suresh Kalathur, Ph.D.
Assistant Professor, Computer Science Dept.
Boston Univeristy Metropolitan College
808 Commonwealth Ave, Room 250
Boston, MA 02215

E-mail: kalathur@bu.edu
URL:http://people.bu.edu/kalathur
Phone: 617-358-0006
Fax: 617-353-2367

Course Description

The main objective of this course it to develop and enhance skills in object oriented computer programming using the Java programming language. The course provides a comprehensive coverage of control flow, classes and methods, class composition and extension, interfaces, generics, and exceptions. Use of concurrency control, file I/O, event handling, Swing Library, Networking, and JDBC are also covered.

The course is an advanced Java programming course and is for students who have taken at least one semester of Java programming (CS 342 or CS 520).

Course Grading Policy

The course grade will be based on programming assignments (40%), mid term exam (30%), and final project (30%). Assignments are expected to be submitted by their respective due dates.

Course Web Site

All course materials will be available for the students on BU's Blackboard Learn site.

Click here to enter Blackboard site for this course (https://lms.bu.edu).

References

Student Conduct Code

Please review the academic conduct code

Tentative Course Schedule

Module 1 Readings
-- Control structures
-- Classes and Interfaces
-- Inheritance and Polymorphism
Week 1
Module 2
-- Collections Framework
-- Generics
-- Exceptions
Weeks 2 and 3
Module 3
-- GUI (SWING and AWT)
-- Event Handling
Weeks 4 and 5
Module 4
-- JDBC (Java Database Connectivity) Week 6
Mid Term Exam, In Class (March 18th), Open Text Book
Module 5
-- Networking Week 8
Module 6
-- Multithreading and synchronization
-- Concurrency
Weeks 9 and 10
Module 7
-- File I/O
-- Performance Tuning
Weeks 11 and 12
Module 8
--Class loading
-- Security
Week 13
Final Project Due