J2EEOnline
GofPatterns OOPortal
prev next prev next
  Course navigation
 
Lesson 1
Course introduction
 
This course introduces you to the Java programming language. It shows you how to build Java programs, which can be run as stand-alone applications or as applets embedded in web pages.
The course also explains object-oriented programming principles and shows you how to use the Java 2 Software Development Kit (SDK) along with the Java Application Programming Interface (API).
Throughout the course, you'll practice your Java skills by coding simple Java applications. These applications utilize many of the major Java programming topics covered in the course. At the end of the course you'll also code a simple Java applet.
Course goals
After completing the course, you will have the skills necessary to:
  1. Understand the significance and uniqueness of Java
  2. Acquire and use the Java 2 Software Development Kit (SDK)
  3. Apply basic object-oriented programming concepts
  4. Create Java classes and objects
  5. Store data using Java data types
  6. Control Java program flow with branches and loops
  7. Understand the role of Java in the Web
  8. Comprehend the relationship between Java and HTML
  9. Build simple Java applications and applets
  Course navigation