• 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

SCJP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everyone, new on this javaranch
I took SCJP exam last weekend, but I got 50% wher 59% is required to pass the exam....I felt that questions are so easy when attempting them but shocked to know that I lost it. I am going for second attemt after 3 weeks...please give me some suggestions to get through the exam atleast this time
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Sudeep,

i suggest you to do the following:

  • Read K&B Book carefully and understand it well
  • Solve LOTS OF MOCK EXAMS
  • Post your doubts and questions frequently in JavaRanch because they are professional and can clear all your doubts.
  • DONT GIVE UP YOU CAN DO IT



  • Wish you all the best.
    [ May 03, 2008: Message edited by: Hussam Odeh ]
     
    Ranch Hand
    Posts: 90
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    I will attempt in july?can you give any suggetions sudeep?
     
    Java Cowboy
    Posts: 16084
    88
    Android Scala IntelliJ IDE Spring Java
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Good luck with your next try.

    We have a special forum for announcing exam results. I am moving this post over there.
     
    Greenhorn
    Posts: 25
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Memorization is not enough. Go through the practice exams, mock exams, etc., and make sure you know why an answer is right and others are wrong. If you have a Java IDE, like eclipse, it's easy to enter the code and experiment with various things to see what happens if you change things around. Can and should do that with a text editor and the javac command if don't have an IDE. Especially on questions where the answer is "compilation fails", fix the problem and run the code to see what it does.

    Having experience at writing and debugging code definitely helps to pass the exam. The more you code and try the better you'll get.
     
    To avoid criticism do nothing, say nothing, be nothing. -Elbert Hubbard. Please critique this tiny ad:
    a bit of art, as a gift, that will fit in a stocking
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic