Bharat Keskar

Greenhorn
+ Follow
since Aug 26, 2002
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 Bharat Keskar

hi guys,
got certified with a score of 86%.
thanx to javaranch guys , Marcus, Dan ,Voodeee, Khalid and last not the least..jQplus!!!
the exam was simple. but some of the questions were really tricky...atleast 5 questions from jQplus were repeated in the real exam.
One of the thread question of 50 lines was similar.
Marcus exams proved to be of gr8 help.
i studied exactly for one month and solved about 20 mocks.
I got 81% in the final jQplus exam which boosted my confidence.
without javarach,...this journy would have been a tough one.
good luck
bharat
21 years ago
try this,

System.out.println(0.0/0);//NaN
System.out.println(-0/0.0);//NaN
System.out.println(0.0/0.0);//NaN
System.out.println(-0.0/0.0);//NaN
System.out.println(0.0/-0.0);//NaN
System.out.println(0.0/-0);//NaN
System.out.println(0.0/+0);//NaN
System.out.println(0.0f/0);//NaN
System.out.println(0.0f/-0);//NaN
System.out.println(0.0f/-0.0);//NaN
System.out.println(0.0f/0.0);//NaN
System.out.println(5.0f/0.0);// Infinity
System.out.println(5.0/0.0);// Infinity
System.out.println(-5.0/0.0);// -Infinity
System.out.println(5.0/-0.0);// -Infinity
System.out.println(-5.0/-0.0);// Infinity
the order is
1)static initializers/expressions in the order they appear
2)instance initializers/expressions in the order they appear
3)constructor

bharat
I think tony is right.
I have been giving JQPlus mocks from past one month.i should say..they are just wonderful.
After solving jQplus i am now really comfortable for the real exam which is on 23 rd sep.
So go ahead with it.
all the best
bharat
21 years ago
hi guys,
i have a simple problem.
As you know 'goto' and 'const' are keywords in java which are not currently used.
in some mock exams the options do have these keywords.
some mock exams accept it and some do not.
My question is , for the cerification exam ,
are we suppose to check the options showing the two keyword?..
please help.
bharat
hi Sabarish,
gr8 goin!
thanx for your advice.
my date is 23rd.
i am preparing from khalid & R&H
can you teel me abt the collection & nested classes questions in your exam ?
bye
bharat.
21 years ago
I think : the reason why the condition is false is that
you have to define your own .equals method in the top level class.
give it a try
example of such algo is Mark & Sweep.
But it depends upon the platform.
bharat
Ron has the correct answer.And it can't be anything else
Hi Chen!,
gr8 Job!
i have still 20 more dys to prepare.
I have started taking mock exams with jQPlus, and Markus.
Can you tell which mock exam has the similar difficulty level as the real exam?
How many Real Brainer questions can you expect in
the real exam?
pls reply,
Bharat Keskar
21 years ago
Hi guys,
i am new to this forum.My scjp exam in on 20th sep.Pls keep in touch and give some tips.
bye
bharat