Course Details

3 credits

Advanced Java

The information shown on this page is simply that, information. This information is related only to this course in general, not to a specific class or instance of this course that is being offered. The labs shown on this page are those that I have created for this course, they are not those that are specifically assigned. For actual class information, the information that my current students should be looking at, return to the homepage and choose a currently offered class.

Course Description

The advanced java course picks up where the introduction to java course leaves off. The advanced java course will address advanced topics in java including but not limited to advanced GUI components, networking, encryption, and graphics.

Objectives

  1. Students should be able to interpret written programming specifications
  2. Students should be able to debug and test Java applications
  3. Students should be able to setup a Java development environment
  4. Students should be able to use advanced Graphical User Interface components including JTables, JTrees, MDI, and Observers
  5. Students should be able to create Java applications that use XML data
  6. Students should be able to write Java applications that perform secure network communications
  7. Students should be able to create Java applications that can use a database for data persistence
  8. Students should be able to understand and work with Java Servlets and JSP pages