Orange Coast Database Associates
P.O. Box 6142
Laguna Niguel, CA 92607

Previous Page

949-489-1472 (Office)
800-355-9855 (Toll free)
http://www.ocdatabases.com

Accelerated training for working professionals

Orange Coast Database Associates, Inc.
Open Enrollment Course Catalog

Item IDCourse Title and DescriptionPricePerLength
JVA101Introduction to Coding Using Java140.00Student5.0 hrs
 You will learn the basic concepts of coding using Java as the tool for learning. Upon successful completion of this course, students will be able to: explore various programming concepts, create simple programs, use methods to define the behavior of classes, implement the object-oriented methodology, and handle errors in a program. Students will need Netbeans and the Java JDK installed on their computer if they want to follow along. Alternatively, classes can be taught using an online code editor such as JDoodle.

 
Session 1Fundamentals 
 
  1. Introduction to Programming
    • A Overview of Programming
    • B Introduction to the Software Development Life Cycle
  2. Creating Simple Programs
    • A Work with Variables
    • B Work with Operators
    • C Control Program Execution
    • D Work with Arrays
  3. Creating Programs Using Methods
    • A Create Methods
    • B Work with Built-in Methods

 
Session 2Classes and Objects 
 
  1. Implementing the Object-Oriented Methodology
    • A Create a Class
    • B Create an Object
    • C Create a Constructor
    • D Create a Subclass
  2. Handling Programming Errors
    • A Fix Syntax Errors
    • B Fix Logical Errors
    • C Fix Runtime Errors