N345 Advanced Web Programming, Java
Course Information
- Name
- Advanced Web Programming with Java
- Prereq
- CSCI N342 or Equiv. Experience
- Lecture
- Mon/Weds 1:30 PM SL 247
- Lab
-
- Book
- Java 5 Illuminated
- Office Hours
- Tues - Thurs
11:00 - 12:00
or by appointment
- Contact
- aharris(at)cs.iupui.edu
Java Console Applications
Basic Object-Oriented Programming
Creating Your Own Objects
Basic Object
Simple Constructor
Overloaded Constructors
Creating Setter Methods
Creating Getter Methods
A "complete" circle class
Standalone Swing Classes
Note these are applications. To run them, you'll need to perform the following steps:
- Download the .java file to your local drive system
- Compile the .java program with javac
- Run the program with the java command line tool
Databases
Homework assignments