Priyamvada Sharma

Greenhorn
+ Follow
since May 23, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Priyamvada Sharma

Hello Ranchers,
I would like to know whether we get any certificate from oracle
for the OCPJP exam as we used to get for SCJP?
Hello ppl,
Congratulations Geniuses Binay,Shikhar,Ravi...
Great Score Guys.. I am planning to appear for the exam by the mid
of July... Please give your suggestions so that I am able to pass the same.
I am worried. I scored badly while solving excercise for 1 of the chapters in
Kathy Sierra Book. What all I need to do to pass the exam.(Like from where I should
I solve mocks/[removed],so taht I am well prepared for the exam).
Please help... Your suggestions will be of great help.
Thanks in advance
Priyamvada
10 years ago
Hello ranchers,
I am not able to understand the following example:

Integer i1 = 1000;
Integer i2 = 1000;

if (i1 != i2)
System.out.println("different objects");

if (i1.equals(i2))
System.out.println("meaningfully equal");

Integer i3 = 10;
Integer i4 = 10;
if (i3 == i4)
System.out.println("same object");
if (i3.equals(i4))
System.out.println("meaningfully equal");

if it comparing based on the value then why in 1 case it says equal and in other not equal.
Please help
10 years ago
Thank you for the reply... Will think about it
Hi Ahmed,
How much time approximately do we need to prepare for this exam.. And did you refer SCJP(Exam 310-065) and you have appeared for 1Z0-851 right. Also I heard that some topics have been removed from the latest version of this exam. So can you tell me exactly what has been removed? And which area should I focus more.
Thanks for the reply
Hi,
I want to prepare for SCJP 1.6.. Can you guide me regarding the same. Because the books available in the market is for SCJP(310-065).But I read some where
that the exam id is now changed to 1z0-851. And also the syllabus has been changed.(New syllabus doesn’t have thread interaction and serialization, which is present in the book). So can you please let me know how can i prepare for the same..which book should I refer and all.
Thanks for the help