• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What a releif for me + Passing tips 4 u

 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well at last i made it , just 30 mins back i have joined the elite army of Certified Java programmers , it feels really happy to be one among you..thankx to Vivek(thats me :roll: ) for his hard work !! never the least my thanks to javaranch.com/mock.jsp, jq+(some 3 questions i got from jq+ exactly same ones) , dans mock (really good to learn ) dont worry abt the score in his mocks, well just be sure to check ur mistakes with his mocks.
Notes on the exam.
1. 3 questions im sure were ambigous , with more correct answers .(u cant help it its ur luck!!)
2. Be sure about basic method signatures and access modifiers (for example run method , default constructor etc)
3. Try to do some imaginative coding (u will expect some in the test) for ex: what will happen if System.out.println(args[]) if its run with some parameters.., these r just examples dont think they r from real test .
4. Dont worry about time factor.
5. COncentrate more on garbage collection (that really pulled my score )!!!
6.Collections will be very simple just know the very basic things set , list and map and how they differ from each other.
7. Regarding Threads questions will be easy dont worry , just know the basics like some simple senarios where synchronization or notify can be used , i was tested by some scenarios where u have to decide what to use .
8. Regarding math class , know the basic method signatures (just learn the signatures of objectives prescribed for exam , what they will return ex. round(), abs(), sin(), and their behaviour..dont go deep but be sure to know them by-heart) 2 questions popped out which required to know their return type.
9. Regarding operators , not very complicated ones .
*****
I got around 30 - 35 Code questions , given 20-25 lines of code (including balnck spaces so dont worry) and asking the output , so try to work with questions concerning code .
Abover all thanks to Blessings of my parents !!
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Vivek!
 
Ranch Hand
Posts: 513
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nice shot Vivek
 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, Vivek!
Welcome on board SCJP2!
Joseph Bih
SCJP2
 
vivek sivakumar
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks dan, young , joseph and valentin !
 
reply
    Bookmark Topic Watch Topic
  • New Topic