Canada IT Courses
ExitCertified US




ExitCertified - Excellence in IT Certified Education
 
IT education classes
IT training feature sheet
 
   
 
start > courses and registration > training feature sheet
Fundamentals of the Java Programming Language :: [SL-110-SE6]
 
 
 
 
sun microsystems certified training   this course works with savings passes
 
code. SL-110-SE6   length. 5 days
type. Instructor-Led   partner. Sun Microsystems
price.
$2,000 :: $1,700 GSA GOV.
 
PLEASE NOTE: The part number for this course is changing to more accurately reflect the version of the Java technology and JDK. The schedules are available for this new part number starting July 1. For schedules prior to July, please see the older part number: SL-110.
 
The Fundamentals of the Java Programming Language course provides students with an excellent choice for beginning to learn programming using the Java programming language. This course is intended for students with little or no programming experience. The course teaches the significance of object-oriented programming, the keywords and constructs of the Java programming language, and the steps required to create simple Java technology programs. Students taking this course can receive a solid basis in the Java programming language upon which to base continued work and training. The course features the Java Platform, Standard Edition 6 (Java SE 6) platform, and uses the Java SE Development Kit 6 (JDK 6) product.
 
course schedule  
 
Sacramento, CA oct.20.2008 - oct.24.2008 register register
San Francisco, CA aug.18.2008 - aug.22.2008 register register
San Francisco, CA oct.27.2008 - oct.31.2008 register register
San Jose, CA oct.27.2008 - oct.31.2008 register register
Phoenix, AZ aug.25.2008 - aug.29.2008 register register
Phoenix, AZ nov.17.2008 - nov.21.2008 register register
     
Arlington, VA jul.21.2008 - jul.25.2008 register register
Arlington, VA sep.29.2008 - oct.3.2008 register register
Arlington, VA dec.1.2008 - dec.5.2008 register register
Atlanta, GA sep.22.2008 - sep.26.2008 register register
Baltimore, MD jun.16.2008 - jun.20.2008 register register
Baltimore, MD sep.8.2008 - sep.12.2008 register register
Baltimore, MD nov.3.2008 - nov.7.2008 register register
Broomfield, CO jul.7.2008 - jul.11.2008 register register
Broomfield, CO aug.18.2008 - aug.22.2008 register register
Burlington, MA jun.23.2008 - jun.27.2008 register register
Burlington, MA sep.22.2008 - sep.26.2008 register register
Burlington, MA nov.17.2008 - nov.21.2008 register register
Cary, NC jul.28.2008 - aug.1.2008 register register
Cary, NC sep.22.2008 - sep.26.2008 register register
Cary, NC dec.1.2008 - dec.5.2008 register register
Colorado Springs, CO aug.25.2008 - aug.29.2008 register register
Colorado Springs, CO nov.17.2008 - nov.21.2008 register register
Columbus, OH oct.13.2008 - oct.16.2008 register register
Dallas, TX aug.4.2008 - aug.8.2008 register register
Dallas, TX nov.3.2008 - nov.7.2008 register register
Downers Grove, IL jul.7.2008 - jul.11.2008 register register
Downers Grove, IL aug.18.2008 - aug.22.2008 register register
Downers Grove, IL sep.29.2008 - oct.3.2008 register register
Downers Grove, IL oct.27.2008 - oct.31.2008 register register
Downers Grove, IL nov.17.2008 - nov.21.2008 register register
Edison, NJ aug.4.2008 - aug.8.2008 register register
Edison, NJ sep.22.2008 - sep.26.2008 register register
Edison, NJ nov.10.2008 - nov.14.2008 register register
Houston, TX jul.21.2008 - jul.25.2008 register register
Houston, TX sep.8.2008 - sep.12.2008 register register
Houston, TX sep.29.2008 - oct.3.2008 register register
Monrovia, CA jul.14.2008 - jul.18.2008 register register
Monrovia, CA sep.15.2008 - sep.19.2008 register register
Monrovia, CA nov.10.2008 - nov.14.2008 register register
New York, NY aug.25.2008 - aug.29.2008 register register
New York, NY oct.27.2008 - oct.31.2008 register register
Philadelphia, PA jul.28.2008 - aug.1.2008 register register
Philadelphia, PA sep.8.2008 - sep.12.2008 register register
Philadelphia, PA dec.8.2008 - dec.12.2008 register register
Portland, ME jul.7.2008 - jul.11.2008 register register
Portland, ME oct.6.2008 - oct.10.2008 register register
Seattle, WA nov.3.2008 - nov.7.2008 register register
St. Paul, MN jul.21.2008 - jul.25.2008 register register
St. Paul, MN oct.20.2008 - oct.24.2008 register register
Tampa, FL aug.11.2008 - aug.15.2008 register register
Tampa, FL oct.6.2008 - oct.10.2008 register register
   
Request another training Date Request onsite training
 
who can benefit
 
 
Students who can benefit from this course are individuals who have basic mathematical, logical, and analytical problem-solving skills and who want to begin learning the Java programming language. This includes technical writers, web developers, technical managers, and individuals with a technical, non-programming background, such as system administrators. This course is also appropriate for novice programmers and those programmers who prefer to start learning the Java programming language at an introductory level. However, individuals are encouraged to have had some programming experience, whether with a scripting language, such as Perl, or a third-generation language (such as Basic or C) prior to attending this course.
 
prerequisites
 
 
To succeed fully in this course, students should be able to:

Create programs using a procedural language, such as C, or a scripting language, such as Perl
Create and edit text files using a text editor
Use a World Wide Web (WWW) browser
Solve logic problems
Describe the concept of a variable
Execute commands using a command-line interface


 
skills gained
 
 
Upon completion of this course, students should be able to:

Demonstrate knowledge of Java technology, the Java programming language, and the product life cycle
Use various Java programming language constructs to create several Java technology applications
Use decision and looping constructs and methods to dictate program flow
Implement intermediate Java technology programming and object-oriented (OO) concepts in Java technology programs


 
related courses, exams and materials
 
 


  after related training and products


 
course content details  
 


  Module 1 - Explaining Java Technology

Describe key concepts of the Java programming language
List the three Java technology product groups
Summarize each of the seven stages of the product life cycle




  Module 2 - Analyzing a Problem and Designing a Solution

Analyze a problem using object-oriented analysis
Design classes from which objects will be created




  Module 3 - Developing and Testing a Java Technology Program

Identify the four components of a class in the Java programming language
Use the main method in a test class to run a Java technology program from the command line
Compile and execute a Java technology program




  Module 4 - Declaring, Initializing, and Using Variables

Identify the use the syntax for variables and define the syntax for a variable
List the eight Java programming language primitive data types
Declare, initialize, and use variables and constants according to Java programming language guidelines and coding standards
Modify variable values using operators
Use promotion and type casting




  Module 5 - Creating and Using Objects

Declare, instantiate, and initialize object reference variables
Compare how object reference variables are stored in relation to primitive variables
Use a class (the String class) included in the Java Software Developer Kit (SDK)
Use the Java 2 Platform, Standard Edition (J2SE[TM]) class library specification to learn about other classes in this application programming interface (API)




  Module 6 - Using Operators and Decision Constructs

Identify relational and conditional operators
Create if and if/else constructs
Use the switch construct




  Module 7 - Using Loop Constructs

Create while loops
Develop for loops
Create do/while loops




  Module 8 - Developing and Using Methods

Describe the advantages of methods and define worker and calling methods
Declare and invoke a method
Compare object and static methods
Use overloaded methods




  Module 9 - Implementing Encapsulation and Constructors

Use encapsulation to protect data
Create constructors to initialize objects




  Module 10 - Creating and Using Arrays

Code one-dimensional arrays
Set array values using length attribute and a loop
Pass arguments to the main method for use in a program
Create two-dimensional arrays




  Module 11 - Implementing Inheritance

Define and test your use of inheritance
Explain abstraction
Explicitly identify class libraries used in your code





 
Sun Microsystems Training Special

Save on Sun Microsystems Training



find a course
 
phone us
 
view course schedule





Sun Microsystems Training Special

 
go to top
Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education Sun Microsystems, Veritas, Oracle, Symantec, and Project Management IT Education
© 2008 ExitCertified. All rights reserved.
terms of use and disclaimer :: privacy policy :: webmaster :: link to us
   
Sacramento Training :: 916.669.3970 | Las Vegas Training :: 1.800.803.EXIT (3948) | San Francisco Training :: 415.975.3948 | San Jose Training :: 408.288.EXIT (3948)
Phoenix, Arizona Training | Los Angeles, California Training | San Diego, California Training | Broomfield, Colorado Training | Fort Lauderdale, Florida Training
Tampa, Florida Training | Atlanta, Georgia | Downers Grove, Illinois | Kansas City, Kansas Training | Portland, Maine Training | Baltimore, Maryland Training | Burlington, Massachusetts Training
Troy, Detroit, Michigan Training | Minneapolis, Minesota Training | St. Louis, Missouri Training | Omaha, Nebraska Training | Edison, New Jersey Training | New York City, New York Training
Raleigh, North Carolina Training | Columbus, Ohio Training | Philadelphia, Pennsylvania Training | Nashville, Tennessee Training | Dallas, Texas Training
Houston, Texas Training | Hampton, Virginia Training | Madison, Wisconsin Training | Seattle, Washington Training

ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches include:

Java Training | J2EE Training | JSP Training | Java Courses | Servlets Training | EJB Training | Struts Training | Networking Courses | Solaris Training
Red Hat Training | SUSE Training | XML Training | Oracle SQL | Oracle PL/SQL | DBA Training | DBA Certification | Oracle Certification
RedHat Training | Solaris Certification | Java Certification | Veritas Certification | PeopleSoft Training | 11g Training | 11g Certification
RedHat Courses | SQL Training | 10g Training | 9i Training | Application Development Training | Certified Training | Corporate Training
Government Training | Course Catalogue | Training Schedule | Certification Training | Project Management Training | Linux Training
Solaris 10 Training | Unix Training | NetBackup Training | Virus Protection Courses | Education Technology Newsletter | zSeries Training
s/390 Training | iSeries Training | DB2 Training | OS/400 Training | AIX Training | Rational Courses | PMI Training | Project Management Training
SeeBeyond Training | Java Composite Application Platform (JCAPS) Training | MySQL Training | MySQL Database Course | Hyperion Training | Fusion Middleware