|   Home    |   Downloads    |   Contactus    |   SiteMap   
           Clients    Forums    Boot Camps    Products    Training    About Us    Corporate Training
Ph:1.866.277.4213 24Hrs Live. Join now
BootCamps

 ERP

 
    NetWeaver  
   Enterprise Portal

  Java TM Technologies

     Java 2   
     J2EE                          
     WebSphere Server 
     J2EE Patterns           
     J2ME                          
     Servlets/JSP           
     Java Web Services     
     
  Sun Certification

     SCJP      
     SCJavaDeveloper     
     SCWCD     
     SCBCD
     SCDJWS     
     SCMAD     
     SCEA     
     
     
  WebSphere

     WebSphere      
     WebSphere Portal      
     WebSphere Studio      
     IBM Webservices      
     IBM WebDeveloper      
     
     
  WebLogic

     BEA Certification      
     
     
  SAP

     SAP Netweaver      
     
     
  Jboss

     Jboss for Java2      
     Jboss for Adv J2ee      
     
  MicrosoftTM Technologies

     VB       
     ASP       
     ASP.NET     
     VB.NET     
     C#.NET     
     MCSE     
     MCSD     
     MCSDforMicrosoft.NET     
     MCSDforMicrosoftVisualStudio     
     mcp     
     Web Developer     
     
  Database

     Oracle DBA     
     SQL&PL/SQL     
     Architecture     
     Backup and Recovery
     Performance Tuning     
     Network Admin     
     
  Other

     More Info     
     FAQ!     
     
 
 
 
Google

WWW GAR Technologies,Inc

 

Ph: 1.866.277.4213

 

SUN CERTIFIED PROGRAMMER FOR THE JAVA 2 PLATFORM

On This Page

  Introduction
  Course Fee
  Schedule
  On Line
  Who Should Attend
  Where Available
  Topics Covered
  Register & Pay

Introduction

The Benefits of Certification

Becoming certified in Java technology can help you improve your career potential,gain more respect,and increase job security.With certification,you have hard evidence that you're qualified for the tasks that lie ahead,helping you increase your opportunities for professional advancement,such as salary increase,job role modifications, or promotions.

Corporations that employ certified individuals do so to gain a competitive advantage.The skills that are verified during the certification process are the same skills that can help lead to decreased time to market,increased productivity,less system failure,and higher employee satisfaction rates.Recruiting certified employees and certifying existing employees can lead to a more stable work environment,which in turn can lead to greater success as a whole.When companies demonstrate that they are willing to invest in their employees,those employees can be more productive,more loyal,and are more likely to remain in their jobs.

Top

The Sun Certified Programmer for Java 2 Platform( Exam 310-035)

Course Cost : $1995

Days: MON-FRI

Timings: 9.00AM TO 5.30PM

No. of Hours: 40

All public classes are available on line as well.
Course Schedule out side Houston. The timings for these courses is from 9AM-5.30PM

Top    moreInfo   Sign Up    Send Mail    BootCamps

We Gurantee all  these schedules
January 2007 February 2007 March 2007 April 2007
Houston,TX
(Jan 1-5)
Houston,TX
(Feb 5-9)
Houston,TX
(Mar 5-9)
Houston,TX
(Apr 2-6)
San Francisco,CA
(Jan 8-12)
San Francisco,CA
(Feb 12-16)
San Francisco,CA
(Mar 12-16)
San Francisco,CA
(Apr 9-13)
Houston,TX
(Jan 1-5)
Houston,TX
(Feb 5-9)
Dallas,TX
(Mar 5-9)
Dallas,TX
(Apr 2-6)
Dallas,TX
(Jan 22-26)
Dallas,TX
(Feb 26-Mar 2)
Detroit,MI
(Mar 26-30)
Detroit,MI
(Apr 23-27)
Miami,FL
(Jan 1-5)
Miami,FL
(Feb 5-9)
Chicago Il
(Mar 5-9)
Chicago Il
(Apr 2-6)
Detroit,MI
(Jan 8-12)
MI-Detroit
(Feb 12-16)
Los Angels,CA
(Mar 12-16)
Los Angels,CA
(Apr 9-13)
Chicago Il
(Jan 15-19)
Los Angels,CA
(Feb 19-23)
Miami,FL
(Mar 19-23)
Miami,FL
(Apr 16-20)
Other Locations
and Dates
Other Locations
and Dates
Other Locations
and Dates
Other Locations
and Dates

Top

This course gives you a complete knowledge and confidence to take Java Certification Exam. The course covers as it is all the syllabi which is required for Sun Certified Programmer for Java 2 Platform.

Who Should Attend

Any individual programmer or non programmer who is interested in Sun Certification. Familiarity with any programming language will be most useful but not essential. No prior experience with Java is required.

Where Available

On Site Any where in USA,

On Line,

At our Corporate Office, Houston.

Why at GAR Technologies

Course Ware: Provided by GAR Technologies

Top

Top    moreInfo   Sign Up    Send Mail    BootCamps

Topics Covered:

    DECLARATIONS AND ACCESS CONTROL

Write code that declares,constructs,and initializes arrays of any base type using any of the permitted forms both for declaration and for initialization

Declare classes,inner classes,methods,instance variables,static variables,and automatic (method local) variables making appropriate use of all permitted modifiers (such as public,final,static,abstract,and so forth)

State the significance of each of these modifiers both singly and in combination,and state the effect package relationships on declared items qualified by these modifiers

For a given class,determine if a default constructor will be created,and if so,state the prototype of that constructor

State the legal return types for any method given the declarations of all related methods in this or parent classes

    FLOW CONTROL, ASSERTIONS AND EXCEPTION HANDLING

Write code using if and switch statements and identify legal argument types for these statements

Write code using all forms of loops including labeled and unlabeled use of break and continue,and state the values taken by loop control variables during and after loop execution

Write code that makes proper use of exceptions and exception handling clauses (try,catch,finally)and declares methods and overriding methods that throw exceptions

Recognize the effect of an exception arising at a specified point in a code fragment. Note: The exception may be a runtime exception, a checked exception, or an error (the code may include try, catch, or finally clauses in any legitimate combination)

Write code that makes proper use of assertions, and distinguish appropriate from inappropriate uses of assertions.

Identify correct statements about the assertion mechanism.

    GARBAGE COLLECTION

State the behavior that is guaranteed by the garbage collection system

write code that explicitly makes objects eligible for collection

Recognize the point in a piece of source code at which an object becomes eligible for garbage collection

    LANGUAGE FUNDAMENTALS

Identify correctly constructed source files,package declarations,import statements,class declarations (of all forms including inner classes),interface declarations and implementations (for java.lang.Runnable or other interface described in the test),method declarations (including the main method that is used to start execution of a class),variable declarations and identifiers

State the correspondence between index values in the argument array passed to a main method and command line arguments

Identify all Java programming language keywords and correctly constructed identifiers

State the effect of using a variable or array element of any kind when no explicit assignment has been made to it

State the range of all primitive data types and declare literal values for String and all primitive types using all permitted formats,bases,and representations

    OPERATORS AND ASSIGNMENTS

Determine the result of applying any operator,including assignment operators,instance of,and casts to operands of any type,class,scope,or accessibility,or any combination of these

Determine the result of applying the boolean equals (Object)method to objects of any combination of the classes java.lang.String,java.lang.Boolean,and java.lang.Object

In an expression involving the operators &,|,&&,||,and variables of known values,state which operands are evaluated and the value of the expression

Determine the effect upon objects and primitive values of passing variables into methods and performing assignments or other modifying operations in that method

    OVERLOADING,OVERRIDING,RUNTIME TYPE,AND OBJECT ORIENTATION

State the benefits of encapsulation in object oriented design and write code that implements tightly encapsulated classes and the relationships "is a"and "has a"

Write code to invoke overridden or overloaded methods and parental or overloaded constructors,and describe the effect of invoking these methods

Write code to construct instances of any concrete class including normal top level classes,inner classes,static inner classes,and anonymous inner classes

    THREADS

Write code to define,instantiate,and start new threads using both java.lang.Thread ,java.lang.Runnable

Recognize conditions that might prevent a thread from executing

Write code using synchronized,wait,notify,or notifyAll,to protect against concurrent access problems and to communicate between threads.

Define the interaction between threads and between threads and object locks when executing synchronized,wait,notify,or notifyAll

    THE JAVA.LANG PACKAGE

Write code using the following methods of the java.lang.Math class:abs,ceil,floor,max,min,random,round,sin,cos,tan,and sqrt

Describe the significance of the immutability of string objects

Describe the significance of wrapper classes, including making appropriate selections in the wrapper classes to suit specified behavior requirements, stating the result of executing a fragment of code that includes an instance of one of the wrapper classes, and writing code using the following methods of the wrapper classes (e.g., Integer, Double, etc.)

    THE COLLECTIONS FRAMEWORK

Make appropriate selection of collection classes/interfaces to suit specified behavior requirements

Distinguish between correct and incorrect implementations of hashcode methods

moreInfo   Sign Up    Send Mail    BootCamps

Services provided by GAR Technologies,Inc (TX, United States).
Sold by 2CheckOut.com Inc. (Ohio, USA)

Top