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�::�Java for Non-Programmers
eClasses.org :: Course Catalog :: Java for Non-Programmers

Java for Non-Programmers (P140)

Java is a general purpose programming language. Java is also an excellent choice for your first programming language. This course is a introduction to Java programming language for people who are computer literate, but have no programming experience. This course takes students through the basic Java syntax and how to design simple programs. This course is an excellent resource for those wishing to cross train into the Java programming world.

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

Outline
Week 1: Getting Started with Java
  • What is Java?
  • History of Java
  • Understanding the Java Development Kit (JDK)
  • Installation of JDK on Windows
  • Your First Java Console Program
Week 2: Variables, Data Types, Simple I/O
  • Variable Names
  • Integer Data Types
  • Floating Point Data Types
  • Arithmetic Calculations
  • Mathematical Functions and Constants
  • Char Data Type
  • Bitwise Operations
  • Boolean Variables
  • Operator Precedence
  • Program Comments
  • Getting Simple User Input
Week 3: Strings and Strings Operations
  • Strings
  • Operations on Strings
Week 4: Program Logic
  • Making Decisions
  • Logical Operators
  • The Conditional Operator
  • The switch Statement
Week 5: Arrays
  • Initializing Arrays
  • Using Arrays
  • Arrays of Arrays
  • Arrays of Characters
Week 6: Loops and Exception Handling
  • Nested Loops
  • The continue Statement
  • Using a break Statement in a Loop
  • Exception Handling
  • The Throw and Catch Model
Prerequisites
  • Students should have basic computer literacy including the use of a text editor, be familiar with the Internet, with the World Wide Web.
  • Experience with directory structures, saving and retrieving files, and web browsers.
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
  • Software:
    • 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!).
    • 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 Programming for the Absolute Beginner

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.

Java for Non-Programmers
Price: $200.00
Item No.: P140
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 have never taken a programming course in my life and am amazed at the wonderful job Brett and Zarina did to teach me Java! I found their lectures extremely complementary to the concepts discussed in the text and the homework assignments were challenging but fun. They gave just the right amount of help to help me get past stumbling blocks in my code and their timely feedback allowed me to make adjustments to make my code a little more elegant and less "clunky and wordy". This class is a must for absolute beginners who want to learn object-oriented programming but were afraid to try." - Nanny Bosch

  • "Excellent instructors for this class. The instructors lecture each week was a big bonus. It was concise, yet easier to understand than the text book. I enjoyed this and will be back for the next level Java course!" - Kathy Hoffman

  • "I've learned a lot from the Java for Non-Programmers class and it inspired me to continue with Introduction to Java Programming and more. eClasses.org offers great opportunities to feed one's technical mind. Cheers!" - Beatrice Trossen

  • "I was very impressed with the quality and detail of the material." - Julie Cole

  • "The notes are fantastic. The assignments really reinforce learning. Plus Brett and Zarina have been helpful. All in all, I've really enjoyed myself in this class. " - NORSHIDAH MOHAMED

  • "This is a great class for non-programmers. The textbook is super, very clear. " - Nancy Blodgett