• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Passed SCJP with 88%

 
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,

Passed SCJP 1.4 with 88% marks.

I came to know about this forum very late and was not aware there are special books for exam!!

Used Java 2 The complete reference book for study. This book is good but not designed for exam. It was a good experience working in AS/400 and learning Java in rest of the time!!

I am thankful to Moderators and all those who helped me to understand.

Sorry Barry, I am aware that we should post exam results in the Sun Certification Results forum. But I must thank you to all of those helped me to understand Java concept.
 
Ranch Hand
Posts: 411
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Nitin nice score.
Can you share the exam experience ?
 
Nitin Bhagwat
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Jay,
Before exam I saw exam hall and all facilities provided by test center. Then I scheduled exam with that center. Exam time provided was 2 hrs. You may take sample test before actual exam. We may take survey (optional) after exam.

Exam level was not hard. There are some tricky questions. If we complete .this list of mock exam, with good score we are good to go�

There are questions from String and StringBuffer (this is not covered in syllabus!!)
As per agreement I can not disclose exact questions, but Java Ranch is best place to get exact idea of type of questions we can expect in real exam.

Hope this helps
[ December 21, 2004: Message edited by: Nitin Bhagwat ]
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Nitin!
[ December 21, 2004: Message edited by: Barry Gaunt ]
 
Jay Pawar
Ranch Hand
Posts: 411
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nitin,
Thanks for the feedback and appreciate your inputs.



There are questions from String and StringBuffer (this is not covered in
syllabus!!)



I know according to the policy that you are not suppose to reveal the questions. I have one question for you though could you elaborate more on the above quote without revealing the actual exam question ?

Thanks again for sharing the information.
 
Nitin Bhagwat
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Questions on String and StringBuffer may include methods of String and StringBuffer. It is possible you may get question similar using addition sign or using += sign with string and / or using methods like append, replace etc.

There was question of confirming string immutibility - Question was about passing string as a parameter to another method and changing string value in another method. We have to select appropriate value of string after that method completion.

I think, similar questions were studied in SCJP forum. You can search forum for "Sting" or "StringBuffer" and you may get lot of questions about Sting or StringBuffer.

Hope this helps you.
[ December 21, 2004: Message edited by: Nitin Bhagwat ]
 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Nitin..
You did it without any specialised support... Thants pretty impressive...
 
Nitin Bhagwat
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Manny !
 
Jay Pawar
Ranch Hand
Posts: 411
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nitin,
Thanks a lot for clarifying.
 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Passed SCJP 1.4 with 88% marks.
It was a good experience working in AS/400 and learning Java in rest of the time!!


First of all "heartiest congratulations" on your score.
I am also from AS/400 background and just like you, I am also aiming to get java certification.
Can u give me some tips on how to approach the exam bearing in mind that I am also from AS/400 (or RPG to be precise) with "0" knowledge of OO concept.
Though by now I am pretty much OK with the concepts but if you can throw a little more light on how to prepare for the test , that will be really great!!

Thank you in advance.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I too, just passed today, although my score was not as high, LOL. I am actually a DBA and wanted to round out my skill set. As noted, I cannot provide exact questions, but I can say I was surprised there were absolutely zero questions on the shift operators. Threads were hit pretty hard, and you *really* had to understand all permutations of inheritance.
 
Nitin Bhagwat
Ranch Hand
Posts: 132
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations Steve !

Thank you Jugal,
If you are not aware of OO concept, i would like to suggest to just get to know some important points of OO concept. (actual program practice may not be necessary). I used Java 2 The complete reference book for study. This book is not for Exam, this book is good for beginners. This book covers very nice part of OO. If you decide reading of this book, then after this book , it would be nice idea to read some other books specially written for exam. List of these book can be found on Java ranch FAQ section.
Wish you all the best !
 
Ranch Hand
Posts: 89
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Nitin
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations and best wishes for your future endeavors.
 
Without deviation from the norm, progress is not possible - Zappa. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic