CS 142: Advanced Programming with Java

Class Program
Distribution
Specified Elective
Credits 5 Lecture Hours 22 Lab Hours 66
This course expands on the programming fundamentals covered in CS& 141. Students learn to develop advanced object-oriented Java programs of increasing complexity using advanced design and data abstraction techniques. Language concepts explored include recursion, inheritance, polymorphism, exception handling, interfaces, file processing and graphical programs.
Quarters Offered
Fall
Course Outcomes

Upon successful completion of the course, students should be able to demonstrate the following knowledge or skills:

  1. Create Java programs of intermediate to advanced complexity using object-oriented design techniques, structured problem solving and data abstraction.
  2. Utilize recursion as a problem-solving technique and define recursive methods.
  3. Define classes utilizing static class members.
  4. Implement custom toString and equals methods.
  5. Write text processing algorithms using String methods.
  6. Utilize advance design techniques such as inheritance, polymorphism, abstract classes, and interfaces.
  7. Create exception classes and use exception handling to throw and catch common errors.
  8. Implement file processing programs that read from and write to files.
  9. Create graphical programs using a common windowing library.
Institutional Outcomes
IO1 Communication: Students will be able to communicate clearly and effectively within a workplace context
IO2 Quantitative Reasoning: Analyze and solve computational problems using a modern program language
Course Content Outline
  1. Recursion
  2. Static Class Members
  3. Wrapper Classes, toString and equals Methods
  4. Strings, Text Processing
  5. Inheritance, Polymorphism, Abstract Classes, Interfaces
  6. Exception Handling
  7. File Input / Output