GeekInterview.com
+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 20 of 57

SCJP Exam Simulator 310-035

This is a discussion on SCJP Exam Simulator 310-035 within the Downloads forums, part of the Geeks Community category; java certification scjp 1.4 310-035 exam details sun certified programmer for java 2 platform exam number : 310-035 prerequisites: 6-12 months of experience exam type : multiple choice, short answer, ...

  1. #1
    admin is offline Administrator admin has disabled reputation
    Join Date
    May 2006
    Location
    New York, USA
    Answers
    985
    Blog Entries
    61

    SCJP Exam Simulator 310-035

    java certification scjp 1.4 310-035 exam details

    sun certified programmer for java 2 platform
    • exam number : 310-035
    • prerequisites: 6-12 months of experience
    • exam type : multiple choice, short answer, drag and drop
    • number of questions : 61
    • passing score: 52% (32 of 61 questions)
    • time limit : 120 minutes
    • delivered at: authorized prometric testing centers
    certification exam objectives

    section 1: 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, nested classes, methods, instance variables, static variables and automatic (method local) variables making appropriate use of all permitted modifiers (such as public, final, static, abstract, etc.). State the significance of each of these modifiers both singly and in combination and state the effect of 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.
    • identify legal return types for any method given the declarations of all related methods in this or parent classes.
    section 2: 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 counter 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.
    section 3: garbage collection
    • state the behavior that is guaranteed by the garbage collection system.
    • write code that explicitly makes objects eligible for garbage collection.
    • recognize the point in a piece of source code at which an object becomes eligible for garbage collection.
    section 4: language fundamentals
    • identify correctly constructed package declarations, import statements, class declarations (of all forms including inner classes) interface declarations, method declarations (including the main method that is used to start execution of a class), variable declarations, and identifiers. Identify classes that correctly implement an interface where that interface is either java.lang.runnable or a fully specified interface in the question.
    • 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. Note: there will not be any questions regarding esoteric distinctions between keywords and manifest constants.
    • 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 formats, data types and declare literal values for string and all primitive types using all permitted formats bases and representations.
    section 5: operators and assignments
    • determine the result of applying any operator (including assignment operators and instance of) to operands of any type class scope or accessibility or any combination of these.
    • etermine 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.
    section 6: 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 and nested classes.
    section 7: threads
    • write code to define, instantiate and start new threads using both java.lang.thread and java.lang.runnable.
    • recognize conditions that might prevent a thread from executing.
    • write code using synchronized wait, notify and notifyall to protect against concurrent access problems and to communicate between threads.
    • define the interaction among threads and object locks when executing synchronized wait, notify or notifyall.
    section 8: fundamental classes in 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, 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.):
      • doublevalue
      • floatvalue
      • intvalue
      • longvalue
      • parsexxx
      • getxxx
      • tostring
      • tohexstring
    section 9: the collections framework
    • make appropriate selection of collection classes/interfaces to suit specified behavior requirements.
    • distinguish between correct and incorrect implementations of hashcode methods.


    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by admin; 05-25-2006 at 07:12 AM.

  2. #2
    koti27 is offline Junior Member koti27 is on a distinguished road
    Join Date
    May 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    how can i download SCJP310-035.zip


  3. #3
    bala_83 is offline Junior Member bala_83 is on a distinguished road
    Join Date
    May 2006
    Location
    india
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    how can i download SCJP Exam Simulator 310-035
    could anyone help me out?


  4. #4
    admin is offline Administrator admin has disabled reputation
    Join Date
    May 2006
    Location
    New York, USA
    Answers
    985
    Blog Entries
    61

    Re: SCJP Exam Simulator 310-035

    Quote Originally Posted by bala_83
    how can i download SCJP Exam Simulator 310-035
    could anyone help me out?
    Just click on the attachment link in the post... you should see download starts...


  5. #5
    komala is offline Junior Member komala is on a distinguished road
    Join Date
    Oct 2005
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    To
    Dear Administrator,

    Thank u for ur information provided in this site.This is an excellent site.


  6. #6
    sknrasool is offline Junior Member sknrasool is on a distinguished road
    Join Date
    Mar 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    To
    Dear Administrator

    Thank you for your kind information about SCJP


  7. #7
    altafziya is offline Junior Member altafziya is on a distinguished road
    Join Date
    May 2006
    Answers
    2

    Re: SCJP Exam Simulator 310-035

    To
    Dear Administrator,
    thanks for help


  8. #8
    Bogar is offline Junior Member Bogar is on a distinguished road
    Join Date
    Mar 2006
    Answers
    3

    Re: SCJP Exam Simulator 310-035

    Dear Admin,
    Thank you very much for your kind information about SCJP exam.
    if anyone have the CSTE exam matireal pls post in this site.
    Thanks in Advance
    Prashant


  9. #9
    rhimanshu is offline Junior Member rhimanshu is on a distinguished road
    Join Date
    Jun 2006
    Answers
    2

    Re: SCJP Exam Simulator 310-035

    Thanks Alot


  10. #10
    ic3man is offline Junior Member ic3man is on a distinguished road
    Join Date
    Jun 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    very nice post admin!


  11. #11
    madhavib is offline Junior Member madhavib is on a distinguished road
    Join Date
    Jun 2006
    Location
    bangalore
    Answers
    2

    Re: SCJP Exam Simulator 310-035

    Hi

    thanks for the info


  12. #12
    ajaygark is offline Junior Member ajaygark is on a distinguished road
    Join Date
    Jun 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Thanks administrator for such a good contribution...


  13. #13
    harikishanrao is offline Junior Member harikishanrao is on a distinguished road
    Join Date
    Jun 2006
    Location
    india
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Hi... i am planning to write this 310-035 exam. if i prepare this 292 questions is it enough to pass, as i should write the exam with in a week.


  14. #14
    nandhitha is offline Junior Member nandhitha is on a distinguished road
    Join Date
    Jul 2006
    Location
    india
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Good Post Admin


  15. #15
    coolmanabhi is offline Junior Member coolmanabhi is on a distinguished road
    Join Date
    Aug 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Hey Admin, many thanks for your efforts.


  16. #16
    wizlokesh is offline Junior Member wizlokesh is on a distinguished road
    Join Date
    Sep 2006
    Location
    US
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Is it 1.5?


  17. #17
    arvinma is offline Junior Member arvinma is on a distinguished road
    Join Date
    Sep 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    hi
    thanks !


  18. #18
    lenaganesh is offline Junior Member lenaganesh is on a distinguished road
    Join Date
    Oct 2006
    Location
    a
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Hi Admin,
    I'm getting "[Miscrosoft][ODBC TEXT DRIVER] UNKNOWN" Error. Continuously. Please let us know how to fix it


  19. #19
    prabhaker is offline Junior Member prabhaker is on a distinguished road
    Join Date
    Oct 2005
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    Hello everyone could pl guide me for scjp downloads


  20. #20
    ganguris is offline Junior Member ganguris is on a distinguished road
    Join Date
    May 2006
    Answers
    1

    Re: SCJP Exam Simulator 310-035

    hai group

    this syam i am happy to use this one. i am getting lot of information.


    ok bye


    •    Sponsored Ads