Mr. mangal pandey

Greenhorn
+ Follow
since Nov 30, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
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 Mr. mangal pandey

Hi all,

I am a new member.I have few doubts on real scjp exam.
if the question pattern is like,


Q. Consider the following lines of code:

Integer i = new Integer(42);
Long ln = new Long(42);
Double d = new Double(42.0);

Which of the following options are valid?

???<Select 2 correct options >

a i == ln;
b ln == d;
c i.equals(d);
d d.equals(ln);
e ln.equals(42);


Will it be there in the question that how many correct answer(???) needs to be selected.