| Author |
scored full 100% in SCJP 1.5
|
Dhruv Goel
Greenhorn
Joined: Jan 08, 2009
Posts: 9
|
|
HEY GUYS
With blessings of the almighty and your support .I have cleared scjp 1.5 with full score 100%...
i gave around 7 months to java with full efforts.....
i am really not able to believe the invigilator but when i saw my score i was really out of my mind......
we were 3 friends and all cleared it with excellent scores.
my advice do kathy& bates and go for the practice tests in the CD.........
|
scjp 1.5 ------> 100%
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16692
|
|
Congrats.... moving this to certification results.
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
arulk pillai
Author
Ranch Hand
Joined: May 31, 2007
Posts: 3189
|
|
Wow, Full score. Congrats
|
Java Interview Questions and Answers Blog | Amazon.com profile | Java Interview Books
|
 |
jesintha jegan
Greenhorn
Joined: Jan 05, 2009
Posts: 17
|
|
Wow Great Score. Congrats
|
If you don't design your own life plan, chances are you will fall into someone else's plan.
|
 |
Shahrier Rishan
Greenhorn
Joined: Dec 01, 2008
Posts: 18
|
|
Hi "Dhruv Goel".
Congrats for the unbelievable score .
Great job.
I have Kathy&Bates book for 1.4, is it ok for 1.5?
Or i should buy Kathy&Bates 1.5?
And how can i get that book?
In my local market 1.5 book is not available .
|
Heart is wiser than the intellect.
|
 |
Joe Harry
Ranch Hand
Joined: Sep 26, 2006
Posts: 8795
|
|
That is something really amazing. Congrats!
|
SCJP 1.4, SCWCD 1.4 - Hints for you, SCBCD Hints - Demnachst, SCDJWS - Auch Demnachst
Did a rm -R / to find out that I lost my entire Linux installation!
|
 |
Krishna Srinivasan
Ranch Hand
Joined: Jul 28, 2003
Posts: 1803
|
|
|
congrats!!
|
Krishna Srinivasan
OCAJP Mock Questions
|
 |
Senthil Kumar
Greenhorn
Joined: Jul 17, 2007
Posts: 21
|
|
Congrats
|
Preparing for SCJP 1.6
|
 |
Mahi Mohana
Greenhorn
Joined: Jan 03, 2009
Posts: 17
|
|
Hi Shahrier Rishan,
Hey now there is no SCJP 1.4 exam. I mean Sun is not conducting this exam any more. So you have to take SCJP 1.5 or ScJP 1.6 if you like..
There is not much difference between 1.5 and 1.6. So you can directly go for 1.6.
But 1.5 has more important concepts than the 1.4. So you need to have 1.5 book to update yourself for the exam..
I will post here the link for SCJP 1.5 book by K&B if you can wait... my internet is not good .. thats the reason I may get delay
Also browse this ranch forum. the difference between 1.4 and 1.5 and 1.5 and 1.6.
Regards
Hima
|
 |
Mahi Mohana
Greenhorn
Joined: Jan 03, 2009
Posts: 17
|
|
Hi Shahrier Rishan,
Here are the links posted by someone a month ago and I downloaded from there. Please check whether you can download that book or not.
If you cannot download let me know. I will try to upload the book I have. But I am not good at uploading part, I may get delay.
Regards
Hima
|
 |
Dhruv Goel
Greenhorn
Joined: Jan 08, 2009
Posts: 9
|
|
hey Rishan
if you are a beginner then straight away go for scjp 1.6...Or otherwise you may get an electronic version of the book...
But in my case of my 7 months i gave 4 months to khalid mughal and last 3 to k&b .....
As i am a student and doing engineering i had that much time ....in your case may be just go with k&b 1.6 and practice the concepts well
|
 |
Nikos Pougounias
Ranch Hand
Joined: Jan 16, 2008
Posts: 110
|
|
Bravo Goel
|
Nikos' Java blog
|
 |
Dhruv Goel
Greenhorn
Joined: Jan 08, 2009
Posts: 9
|
|
thank you so much guys................
Preparing for PG now........
|
 |
Shahrier Rishan
Greenhorn
Joined: Dec 01, 2008
Posts: 18
|
|
|
Thanks a lot Hima & Dhruv Goel.
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
Congrats Shahrier
Perfect Score
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
Dhruv Goel
Greenhorn
Joined: Jan 08, 2009
Posts: 9
|
|
|
thank you guys !!!
|
 |
Mukesh Bhojwani
Greenhorn
Joined: Mar 11, 2008
Posts: 25
|
|
Congrates! Dhruv
keep it up..!
Hey.. I have one query in K & B book
Chapter 7: Generics and Collections
Q16. Given a method declated as:
public static <E extends Number> List<? super E> process(List<E> nums)
A programmer wants to use this method like this
//INSERT DECLARATIONS HERE
output = process(input);
Which pairs of declarations could be placed at //INSERT DECLARATIONS HERE to allow the code to compile? (Choose all that apply.)
A. ArrayList<Integer> input = null;
ArrayList<Integer> output = null;
B. ArrayList<Integer> input = null;
List<Integer> output = null;
C. ArrayList<Integer> input = null;
List<Number> output = null;
D. List<Number> input = null;
ArrayList<Integer> output = null;
E. List<Number> input = null;
List<Number> output = null;
F. List<Integer> input = null;
List<Integer> output = null;
G. None of the above.
The books says B, E and F are correct answers. But when I tried to compile the code I came to know G would be the correct answer as with none of the mentioned in A, B, C, D, E and F compiles successfully.
Also when I tried to compile with
List<Integer> input = null;
List<? super Integer> output = null;
It compiled successfully. It seems mistake in book, am I correct?
also could anyone explain how does this works? I think I am poor in understanding this.
|
SCJP 5 with 94%
|
 |
 |
|
|
subject: scored full 100% in SCJP 1.5
|
|
|