Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 510
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 54
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/logging.php on line 60
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/init.php on line 481
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 74
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 76
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 85
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/sessions.php on line 93
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/func/func.core.php on line 1836
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/cron.php on line 105
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 49
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 79
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/include/func/func.logging.php on line 86
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/include/get_language.php on line 165
Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/include/func/func.logging.php:510) in /var/www/html/product.php on line 63
Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/product.php on line 82
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
INVALID SQL: 1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'OPTION SQL_BIG_SELECTS=1' at line 1
SQL QUERY FAILURE:SET OPTION SQL_BIG_SELECTS=1
eClasses.org�::�Course Catalog�::�Programming in Java - Introduction
eClasses.org :: Course Catalog :: Programming in Java - Introduction

Programming in Java - Introduction (P141)

Wildly popular due to its interactive multimedia capabilities, Java programming leads the list of Internet development skills in current commercial demand. This course is recommended for people who wish to become familiar with the principles of Java Programming. Through the use of hands-on exercises, students will explore the Java language fundamentals as well as basic concepts of object-oriented programming. At the end of this course, students will be able to:
  • Understand the main components and features of Java
  • Understand the elements of Object Oriented Programming, and how they relate to Java
  • Program using Java programming language
This course is designed for students with programming experience in C, C++ or such. If you never programmed before, you are advised to take Java for Non-Programmers course first.

Applicable Job Roles: web programmers, and web application developers.

Outline
Week 1: Getting Started with Java
  • What is Java?
  • Understanding the Java Development Kit (JDK)
  • Installing JDK on Windows
  • Setting up Java Environment
  • Installing Java Documentation
  • Java Basics
    • Program Structure
    • The main() method
    • Loops
    • Conditional Statements
Week 2: Introduction to Objects
  • What is OOP?
  • Benefits of OOP
  • Basic Understanding of Class Structure
  • Creating Objects
  • Reference Variables
  • Object Methods
  • Encapsulation
Week 3: Java Library
  • Using Java API
  • Packages
Week 4: Inheritance and Polymorphism
  • Understanding Inheritance
    • Method Overriding
    • Generic References: super
  • Polymorphism
  • Understanding Inheritance
    • Method Overloading
    • Interfaces
Week 5: Constructors and Garbage Collector
  • Local and Instance Variables
  • Constructors
  • Overloaded Constructors
  • Life cycle of an object
  • Garbage Collection
Week 6: Math class. Exception Handling
  • Math methods
  • Number formatting
  • Date formatting
  • Try-catch block
  • Finally block
Prerequisites
  • Successful completion of 'Java for Non-Programmers' (P140) course or programming experience in C, C++ or such.
  • Students should be familiar with programming fundamentals, such as data types, loops, and conditional statements, arrays.
  • Helpful, but is not required: Familiarity with Object-oriented analysis and design; Basic knowledge of HTML
Requirements
  • Hardware: Intel Pentium (or compatible) 166MHz or faster processor with at least 32 megabytes of physical RAM. At least 48 megabytes of RAM is recommended for applets running within a browser using the Java Plug-in. About 300 megabytes of free hard disk space
  • Web Browser: Recommended are Internet Explorer 4+ or Netscape Navigator 4+.
  • Text Editor: Any plain text editor, such as UltraEdit, TextPad, emacs or Notepad (not a word processor!). Recommended is JCreator. Free Light Version (LE) of this Program can be downloaded from: http://www.jcreator.com.
  • Student will be required to download and install Java SE (Standard Edition) Development Kit which is available from:
    • http://java.sun.com/javase/downloads/widget/jdk6.jsp
    • Please follow the link, then select your platform, for example, Windows, then click Continue button, select "Skip this step" to skip the registration and the download should start automatically.

Books:
Required Book: Java, A Beginner's Guide, 5th Edition

Additional information:

Your place in the course is confirmed by your payment. Introductory courses are intended for students with no experience in the subject matter and are seeking beginner level training.

Refund Policy: Please read our Terms and Refund Policy before registering for this course.

Additional Cost: Book and software might be required for the course. Read the Requirements and Book section for more information. Course fee does not include the book and software cost .

How eClasses Work:Instructors post lectures (text-based, no video or audio), reading selections, and hands-on assignments once a week in the online classroom. Students can discuss the assignments with the instructor and amongst themselves in the classroom area. This format has no set meeting time, which allows students to attend class at a time most convenient to them, yet still provides logically organized communication between class participants. Students can apply for the completion certificate after finishing the class.

Programming in Java - Introduction
Price: $220.00
Item No.: P141
Open Courses: No other sessions are scheduled for this course. You can add to your wish list and you will be notified when other sessions are scheduled.

Testimonials
Instructor's ProfileInstructor
We are looking for an instructor to teach this course. To apply please visit the Teach Online section for more information.
Before you register for this class, please read the Outline, Prerequisites, Requirements, Books, and Refund Policy sections carefully.
 

Testimonials

Rating

  • "I've programmed in a number of languages including some Java, but this course really helped me get the fundamentals in order. The class was well organised, there was help when you needed it, and the workloaad was managable for someone who already had a full time committment to work.

    I look forward to the intermediate course and only wish that it were available sooner than september." - Will Jordan

  • "Brett and Zarina were excellent teachers. I was very impressed with their level of professionalism. I'm looking forward to having them as my instructor in the near future." - Jairo Moises

  • "The course is excellent! The instructors are outstanding! I have had several courses with them and they are great!" - Sandra Perez

  • "Brett Dutton did a fantastic job with this course. He was an excellent and helpful instructor and I feel I learned a lot. I would definitely recommend his course to others." - Matthew Moore