Excellence in IT Certified Education
ExitCertified - Excellence in IT Certified Education
 
IT education classes
Excellence in IT Certified Education
start courses and schedules education savings it certification education solutions
Training Search
Excellence in IT Certified Education
Training Course Details
Start Training Courses and Schedule Fundamentals of the Java Programming Language  (SL-110-SE6)

Fundamentals of the Java Programming Language  (SL-110-SE6)

 
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.

Sun Microsystems Training Course Certified   Sun Microsystems Training Savings
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


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


 
     
  Email Training Course
     
Code: SL-110-SE6
Length: 5 days
Type: Instructor-Led
   
Certified By: Sun Microsystems
Tuition:
$2,000 :: $1,700 GSA GOV.
   
Sun Microsystems Training Course This course is taught by Certified Sun Microsystems instructors. There is a difference. Learn More
 
This course is in the following categories. Click the categories to find similar courses and topics of interest.
 
 
 
Training Courses Help
 
Sort Schedule By: 
Sacramento, CA Feb.2.2009 - Feb.6.2009 course register
San Francisco, CA Feb.9.2009 - Feb.13.2009 course register
San Jose, CA Jan.26.2009 - Jan.30.2009 course register
Phoenix, AZ Mar.9.2009 - Mar.13.2009 course register
     
Broomfield, CO Nov.17.2008 - Nov.21.2008 course register
Broomfield, CO Jan.5.2009 - Jan.9.2009 course register
Broomfield, CO Mar.2.2009 - Mar.6.2009 course register
Broomfield, CO Apr.27.2009 - May.1.2009 course register
Tampa, FL Jan.5.2009 - Jan.9.2009 course register
Atlanta, GA Feb.16.2009 - Feb.20.2009 course register
Downers Grove, IL Dec.8.2008 - Dec.12.2008 course register
Burlington, MA Dec.15.2008 - Dec.19.2008 course register
Baltimore, MD Feb.2.2009 - Feb.6.2009 course register
Portland, ME Mar.23.2009 - Mar.27.2009 course register
St. Paul, MN Jan.26.2009 - Jan.30.2009 course register
Cary, NC Dec.1.2008 - Dec.5.2008 course register
Cary, NC Feb.16.2009 - Feb.20.2009 course register
Edison, NJ Feb.9.2009 - Feb.13.2009 course register
Edison, NJ Mar.30.2009 - Apr.3.2009 course register
New York, NY Jan.5.2009 - Jan.9.2009 course register
New York, NY Mar.9.2009 - Mar.13.2009 course register
Columbus, OH Jan.5.2009 - Jan.9.2009 course register
Philadelphia, PA Dec.8.2008 - Dec.12.2008 course register
Philadelphia, PA Jan.5.2009 - Jan.9.2009 course register
Philadelphia, PA Mar.9.2009 - Mar.13.2009 course register
Houston, TX Jan.5.2009 - Jan.9.2009 course register
Dallas, TX Feb.9.2009 - Feb.13.2009 course register
Arlington, VA Dec.1.2008 - Dec.5.2008 course register
Hampton, VA Jan.12.2009 - Jan.16.2009 course register
Arlington, VA Feb.23.2009 - Feb.27.2009 course register
Seattle, WA Jan.5.2009 - Jan.9.2009 course register
     
   
Request Other Course Date Request Course On-Site
 

Courses you can take after
Java Programming Language (SL-275)
 
training course 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
 




ExitCertified Training - Sun Microsystems, Oracle, Symantec, IBM, MySQL, RedHat, Linux, NetApp
  Oracle Course Training  
  When you take a certified course with ExitCertified, you are learning from
the creators of the products you use. Our commitment to your IT
community, along with our authorization to deliver certified courses,
ensures you receive a premium training experience.

There is a difference. Learn from the source.
 
Oracle Course
     
Contact ExitCertified    
     
Spotlight Centers All United States Training Centers
Sacramento Training :: 916.669.3970
San Francisco Training :: 415.975.3948
San Jose Training :: 408.288.3948
Las Vegas Training :: 1.800.803.3948
Phoenix Training :: 1.800.803.3948
New York Training
Chicago Training
Los Angeles Training
Atlanta Training
Washington Training

Denver Training
Boston Training
Dallas Training
Houston Training
Philadelphia Training
View All US Training Centers
     
Worldwide - 613.232.3948 Got Questions?
We are happy to help. Just email us with this form and we'll get back to you shortly.
   
Sun Microsystems Course


it training education
it education and training

(c) 2008 ExitCertified Corp. All rights reserved.


ExitCertified is a global provider of authorized technology training. Some of our popular course topic searches include:
 
Sun Microsystems Training Oracle Training Symantec Training IBM Training Red Hat :: Linux Training
Java Training, J2EE Training, JSP Training, Java Courses, Servlets Training, EJB Training, Struts Training, Networking Courses, Solaris Training, Java Composite Application Platform (JCAPS) Training, Java Certification, SeeBeyond Training, XML Training, Solaris Certification, Corporate Training Solaris 10 Course PeopleSoft Training, 11g Training, 11g Certification, Oracle SQL, Oracle PL/SQL, DBA Training, DBA Certification, Oracle Certification, Hyperion Training, Fusion Middleware Training, 10g Training, 9i Training NetBackup Training, Veritas Training, Symantec Certification, Virus Protection Courses, IT Security Training DB2 Training, OS/400 Training, zSeries Training
s/390 Training, iSeries Training, AIX Training
SUSE Training, RedHat Course
         
MySQL Training Apple Training NetApp Training Project Management Training  
MySQL Database Course Apple Course, Leopard Training   PMI Training