Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

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, ...

Go Back   Geeks Talk > Geeks Community > Downloads
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

Downloads GeekInterview Interview questions ebooks, online exam simulator and any other offered by GeekInterview

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-24-2006
Administrator
 
Join Date: May 2006
Location: New York, USA
Posts: 628
Blog Entries: 8
Thanks: 25
Thanked 1,538 Times in 94 Posts
admin has disabled reputation
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
File Type: jpg image014.jpg (34.1 KB, 247 views)
Attached Files
File Type: zip SCJP310-035.zip (5.33 MB, 3565 views)
File Type: pdf Installation.pdf (168.0 KB, 1417 views)

Last edited by admin; 05-25-2006 at 08:12 AM.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-25-2006
Junior Member
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
koti27 is on a distinguished road
Re: SCJP Exam Simulator 310-035

how can i download SCJP310-035.zip
Reply With Quote
The Following User Says Thank You to koti27 For This Useful Post:
  #3 (permalink)  
Old 05-26-2006
Junior Member
 
Join Date: May 2006
Location: india
Posts: 1
Thanks: 0
Thanked 3 Times in 1 Post
bala_83 is on a distinguished road
Re: SCJP Exam Simulator 310-035

how can i download SCJP Exam Simulator 310-035
could anyone help me out?
Reply With Quote
The Following 3 Users Say Thank You to bala_83 For This Useful Post:
  #4 (permalink)  
Old 05-26-2006
Administrator
 
Join Date: May 2006
Location: New York, USA
Posts: 628
Blog Entries: 8
Thanks: 25
Thanked 1,538 Times in 94 Posts
admin has disabled reputation
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...
Reply With Quote
The Following 2 Users Say Thank You to admin For This Useful Post:
  #5 (permalink)  
Old 06-01-2006
Junior Member
 
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
komala is on a distinguished road
Re: SCJP Exam Simulator 310-035

To
Dear Administrator,

Thank u for ur information provided in this site.This is an excellent site.
Reply With Quote
The Following 2 Users Say Thank You to komala For This Useful Post:
  #6 (permalink)  
Old 06-01-2006
Junior Member
 
Join Date: Mar 2006
Posts: 1
Thanks: 1
Thanked 3 Times in 1 Post
sknrasool is on a distinguished road
Re: SCJP Exam Simulator 310-035

To
Dear Administrator

Thank you for your kind information about SCJP
Reply With Quote
The Following 3 Users Say Thank You to sknrasool For This Useful Post:
  #7 (permalink)  
Old 06-01-2006
Junior Member
 
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 3 Times in 2 Posts
altafziya is on a distinguished road
Re: SCJP Exam Simulator 310-035

To
Dear Administrator,
thanks for help
Reply With Quote
The Following User Says Thank You to altafziya For This Useful Post:
  #8 (permalink)  
Old 06-02-2006
Junior Member
 
Join Date: Mar 2006
Posts: 3
Thanks: 1
Thanked 4 Times in 3 Posts
Bogar is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to Bogar For This Useful Post:
  #9 (permalink)  
Old 06-05-2006
Junior Member
 
Join Date: Jun 2006
Posts: 2
Thanks: 3
Thanked 6 Times in 2 Posts
rhimanshu is on a distinguished road
Re: SCJP Exam Simulator 310-035

Thanks Alot
Reply With Quote
The Following User Says Thank You to rhimanshu For This Useful Post:
  #10 (permalink)  
Old 06-07-2006
Junior Member
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
ic3man is on a distinguished road
Re: SCJP Exam Simulator 310-035

very nice post admin!
Reply With Quote
The Following User Says Thank You to ic3man For This Useful Post:
  #11 (permalink)  
Old 06-08-2006
Junior Member
 
Join Date: Jun 2006
Location: bangalore
Posts: 2
Thanks: 0
Thanked 1 Time in 1 Post
madhavib is on a distinguished road
Re: SCJP Exam Simulator 310-035

Hi

thanks for the info
Reply With Quote
The Following User Says Thank You to madhavib For This Useful Post:
  #12 (permalink)  
Old 06-15-2006
Junior Member
 
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
ajaygark is on a distinguished road
Re: SCJP Exam Simulator 310-035

Thanks administrator for such a good contribution...
Reply With Quote
The Following User Says Thank You to ajaygark For This Useful Post:
  #13 (permalink)  
Old 06-23-2006
Junior Member
 
Join Date: Jun 2006
Location: india
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
harikishanrao is on a distinguished road
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.
Reply With Quote
The Following 2 Users Say Thank You to harikishanrao For This Useful Post:
  #14 (permalink)  
Old 07-16-2006
Junior Member
 
Join Date: Jul 2006
Location: india
Posts: 1
Thanks: 2
Thanked 1 Time in 1 Post
nandhitha is on a distinguished road
Re: SCJP Exam Simulator 310-035

Good Post Admin
Reply With Quote
The Following User Says Thank You to nandhitha For This Useful Post:
  #15 (permalink)  
Old 08-24-2006
Junior Member
 
Join Date: Aug 2006
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
coolmanabhi is on a distinguished road
Re: SCJP Exam Simulator 310-035

Hey Admin, many thanks for your efforts.
Reply With Quote
The Following User Says Thank You to coolmanabhi For This Useful Post:
  #16 (permalink)  
Old 09-13-2006
Junior Member
 
Join Date: Sep 2006
Location: US
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
wizlokesh is on a distinguished road
Re: SCJP Exam Simulator 310-035

Is it 1.5?
Reply With Quote
The Following 2 Users Say Thank You to wizlokesh For This Useful Post:
  #17 (permalink)  
Old 09-29-2006
Junior Member
 
Join Date: Sep 2006
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
arvinma is on a distinguished road
Re: SCJP Exam Simulator 310-035

hi
thanks !
Reply With Quote
The Following User Says Thank You to arvinma For This Useful Post:
  #18 (permalink)  
Old 10-07-2006
Junior Member
 
Join Date: Oct 2006
Location: a
Posts: 1
Thanks: 0
Thanked 2 Times in 1 Post
lenaganesh is on a distinguished road
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
Reply With Quote
The Following 2 Users Say Thank You to lenaganesh For This Useful Post:
  #19 (permalink)  
Old 10-18-2006
Junior Member
 
Join Date: Oct 2005
Posts: 1
Thanks: 0
Thanked 3 Times in 1 Post
prabhaker is on a distinguished road
Re: SCJP Exam Simulator 310-035

Hello everyone could pl guide me for scjp downloads
Reply With Quote
The Following 3 Users Say Thank You to prabhaker For This Useful Post:
  #20 (permalink)  
Old 10-19-2006
Junior Member
 
Join Date: May 2006
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
ganguris is on a distinguished road
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
Reply With Quote
The Following User Says Thank You to ganguris For This Useful Post:
Reply

  Geeks Talk > Geeks Community > Downloads

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT -4. The time now is 02:38 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved