|
Nov 26, 2024
|
|
|
|
2022-2023 College Catalog [ARCHIVED CATALOG]
|
CIS 279 - Java Programming 4 Credits, 4 Contact Hours 4 lecture periods 0 lab periods
Introduction to the Java programming language. Includes review of fundamentals; objects, classes, and methods; extending classes and overriding methods; text input and output to console; and handling events. Also includes working with GUI components and database access.
Prerequisite(s): CIS 131 Gen-Ed: Meets AGEC-S Options requirement
Course Learning Outcomes
- Provide examples illustrating the concepts: class variables and methods, instance variables and methods, constructors.
- Design, write, and test Java Applications using the Eclipse Integrated Development Environment.
- Develop graphical user interfaces using the current Java graphical interface classes and the Model-View-Controller design pattern.
- Create and Import Packages.
- Develop Event Handling programs.
- Create programs using abstract classes and interfaces.
- Develop a program that connects to a database and runs stored procedures
Outline:
- Review of programming fundamentals
- Using the Eclipse Integrated Development Environment
- Working with Classes, Objects, and Methods
- Extending Classes and Overriding Methods
- Working with Strings
- Creating graphical interfaces
- Components
- Buttons
- Text fields
- Combo boxes
- Building graphical applications with the Model-View-Controller Design Pattern
- Handling Events
- Button Clicks
- Key Presses
- Creating and Importing Packages
- Using Java Database Connectivity to work with a relational database
|
|