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
Java Programming Language :: [SL-275-SE6]
 
 
 
 
sun microsystems certified training   this course works with savings passes
 



code. SL-275-SE6   length. 5 days
type. Instructor-Led   partner. Sun Microsystems
price.
$2,000 :: $1,700 GSA GOV.
 
 
The Java Programming Language course provides students with information about the syntax of the Java programming language; object-oriented programming with the Java programming language; creating graphical user interfaces (GUIs), exceptions, file input/output (I/O), and threads; and networking. Programmers familiar with object-oriented concepts can learn how to develop Java technology applications. The course features the Java Platform, Standard Edition 6 (Java SE 6) platform, and utilizes the Java SE Development Kit 6 (JDK 6) product. The students perform the course lab exercises using the NetBeans Integrated Development Environment (IDE) 5.5.
 
course schedule  
 
Sacramento, CA dec.15.2008 - dec.19.2008 register register
Sacramento, CA jan.5.2009 - jan.9.2009 register register
San Francisco, CA feb.23.2009 - feb.27.2009 register register
San Jose, CA feb.2.2009 - feb.6.2009 register register
Phoenix, AZ jan.12.2009 - jan.16.2009 register register
     
Arlington, VA dec.8.2008 - dec.12.2008 register register
Arlington, VA feb.9.2009 - feb.13.2009 register register
Arlington, VA mar.23.2009 - mar.27.2009 register register
Atlanta, GA nov.10.2008 - nov.14.2008 register register
Atlanta, GA jan.5.2009 - jan.9.2009 register register
Atlanta, GA mar.16.2009 - mar.20.2009 register register
Baltimore, MD nov.17.2008 - nov.21.2008 register register
Baltimore, MD jan.26.2009 - jan.30.2009 register register
Baltimore, MD mar.16.2009 - mar.20.2009 register register
Broomfield, CO dec.8.2008 - dec.12.2008 register register
Broomfield, CO jan.26.2009 - jan.30.2009 register register
Broomfield, CO mar.16.2009 - mar.20.2009 register register
Broomfield, CO may.4.2009 - may.8.2009 register register
Burlington, MA dec.15.2008 - dec.19.2008 register register
Cary, NC dec.15.2008 - dec.19.2008 register register
Cary, NC feb.23.2009 - feb.27.2009 register register
Columbus, OH feb.23.2009 - feb.27.2009 register register
Dallas, TX nov.10.2008 - nov.14.2008 register register
Dallas, TX dec.15.2008 - dec.19.2008 register register
Dallas, TX feb.16.2009 - feb.20.2009 register register
Downers Grove, IL nov.3.2008 - nov.7.2008 register register
Downers Grove, IL jan.12.2009 - jan.16.2009 register register
Downers Grove, IL mar.2.2009 - mar.6.2009 register register
Edison, NJ dec.15.2008 - dec.19.2008 register register
Edison, NJ jan.26.2009 - jan.30.2009 register register
Edison, NJ mar.23.2009 - mar.27.2009 register register
Ft Lauderdale, FL jan.5.2009 - jan.9.2009 register register
Ft Lauderdale, FL mar.23.2009 - mar.27.2009 register register
Hampton, VA dec.8.2008 - dec.12.2008 register register
Houston, TX dec.8.2008 - dec.12.2008 register register
Houston, TX jan.12.2009 - jan.16.2009 register register
Houston, TX feb.23.2009 - feb.27.2009 register register
Monrovia, CA dec.1.2008 - dec.5.2008 register register
Nashville, TN jan.19.2009 - jan.23.2009 register register
Nashville, TN mar.30.2009 - apr.3.2009 register register
New York, NY nov.17.2008 - nov.21.2008 register register
New York, NY feb.2.2009 - feb.6.2009 register register
New York, NY mar.30.2009 - apr.3.2009 register register
Philadelphia, PA jan.12.2009 - jan.16.2009 register register
Philadelphia, PA mar.16.2009 - mar.20.2009 register register
Portland, ME feb.2.2009 - feb.6.2009 register register
San Diego, CA jan.5.2009 - jan.9.2009 register register
Seattle, WA dec.15.2008 - dec.19.2008 register register
Seattle, WA jan.12.2009 - jan.16.2009 register register
St. Paul, MN feb.23.2009 - feb.27.2009 register register
Tampa, FL nov.10.2008 - nov.14.2008 register register
Tampa, FL jan.12.2009 - jan.16.2009 register register
Tampa, FL mar.2.2009 - mar.6.2009 register register
   
Request another training Date Request onsite training
 
who can benefit
 
 
Students who can benefit from this course are programmers who are interested in adding the Java programming language to their list of skills and students who are preparing for the Sun Certified Programmer for Java examination.
 
prerequisites
 
 
To succeed fully in this course, students should be able to:

Be competent in creating programs in any programming language or have completed SL-110-SE6: Fundamentals of the Java Programming Language
Create and edit text files using a text editor


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

Create Java technology applications that leverage the object-oriented features of the Java language, such as encapsulation, inheritance, and polymorphism
Execute a Java technology application from the command line
Use Java data types and expressions
Use Java flow control constructs
Use arrays and other data collections
Implement error-handling techniques using exception handling
Create an event-driven graphical user interface (GUI) using Swing components: panels, buttons, labels, text fields, and text areas
Implement input/output (I/O) functionality to read from and write to data and text files and understand advanced I/O streams
Create a simple Transmission Control Protocol/Internet Protocol (TCP/IP) networked client that communicates with a server through sockets
Create multithreaded programs




 
course content details  
 


  Module 1 - Getting Started

Examine Java technology
Analyze a simple Java technology application
Execute a Java technology application




  Module 2 - Object-Oriented Programming

Define modeling concepts: abstraction, encapsulation, and packages
Discuss Java technology application code reuse
Define class, member, attribute, method, constructor, and package
Use the access modifiers private and public as appropriate for the guidelines of encapsulation
Invoke a method on a particular object
Use the Java technology API online documentation




  Module 3 - Identifiers, Keywords, and Types

Use comments in a source program
Distinguish between valid and invalid identifiers
Recognize Java technology keywords
List the eight primitive types
Define literal values for numeric and textual types
Define the terms primitive variable and reference variable
Declare variables of class type
Construct an object using new
Describe default initialization
Describe the significance of a reference variable
State the consequence of assigning variables of class type




  Module 4 - Expressions and Flow Control

Distinguish between instance and local variables
Describe how to initialize instance variables
Recognize, describe, and use Java software operators
Distinguish between legal and illegal assignments of primitive types
Identify boolean expressions and their requirements in control constructs
Recognize assignment compatibility and required casts in fundamental types
Use if, switch, for, while, and do constructions and the labeled forms of break and continue as flow control structures in a program




  Module 5 - Arrays

Declare and create arrays of primitive, class, or array types
Explain why elements of an array are initialized
Explain how to initialize the elements of an array
Determine the number of elements in an array
Create a multidimensional array
Write code to copy array values from one array to another




  Module 6 - Class Design

Define inheritance, polymorphism, overloading, overriding, and virtual method invocation
Use the access modifiers protected and the default (package-friendly)
Describe the concepts of constructor and method overloading
Describe the complete object construction and initialization operation




  Module 7 - Advanced Class Features

Create static variables, methods, and initializers
Create final classes, methods, and variables
Create and use enumerated types
Use the static import statement
Create abstract classes and methods
Create and use an interface




  Module 8 - Exceptions and Assertions

Define exceptions
Use try, catch, and finally statements
Describe exception categories
Identify common exceptions
Develop programs to handle your own exceptions
Use assertions
Distinguish appropriate and inappropriate uses of assertions
Enable assertions at runtime




  Module 9 - Collections and Generics Framework

Describe the general purpose implementations of the core interfaces in the Collections framework
Examine the Map interface
Examine the legacy collection classes
Create natural and custom ordering by implementing the Comparable and Comparator interfaces
Use generic collections
Use type parameters in generic classes
Refactor existing non-generic code
Write a program to iterate over a collection
Examine the enhanced for loop




  Module 10 - I/O Fundamentals

Write a program that uses command-line arguments and system properties
Examine the Properties class
Construct node and processing streams, and use them appropriately
Serialize and deserialize objects
Distinguish readers and writers from streams, and select appropriately between them




  Module 11 - Console I/ O and File I/O

Read data from the console
Write data to the console
Describe files and file I/O




  Module 12 - Building Java GUIs Using the Swing API

Describe the JFC Swing technology
Define Swing
Identify the Swing packages
Describe the GUI building blocks: containers, components, and layout managers
Examine top-level, general-purpose, and special-purpose properties of container
Examine components
Examine layout managers
Describe the Swing single-threaded model
Build a GUI using Swing components




  Module 13 - Handling GUI-Generated Events

Define events and event handling
Examine the Java SE event model
Describe GUI behavior
Determine the user action that originated an event
Develop event listeners
Describe concurrency in Swing-based GUIs and describe the features of the SwingWorker class




  Module 14 - GUI-Based Applications

Describe how to construct a menu bar, menu, and menu items in a Java GUI
Understand how to change the color and font of a component




  Module 15 - Threads

Define a thread
Create separate threads in a Java technology program, controlling the code and data that are used by that thread
Control the execution of a thread and write platform-independent code with threads
Describe the difficulties that might arise when multiple threads share data
Use wait and notify to communicate between threads
Use synchronized to protect data from corruption




  Module 16 - Networking

Develop code to set up the network connection
Understand TCP/IP
Use ServerSocket and Socket classes to implement TCP/IP clients and servers





 
Rock solid authorized training.  Search all courses now...

Save on Sun Microsystems Training



find a course
 
phone us
 
view course schedule





Organize your IT training.  Contact an expert training consultant to put together the best training package for your organization.