Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Shashank Jha
Greenhorn
+ Follow
news
9
Posts
1
Threads
since May 15, 2000
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Shashank Jha
Good news ... :) Maha became SCJP today.
It's always wonderful to see great masters like you doing it.
Heartiest Congratulations
But taking the test with such tremendous preparation
You just might shatter confidence.
Can we do it with a quarter of your knowledge?
show more
24 years ago
Programmer Certification (OCPJP)
instanceof
Please explain the difference between
instanceof
and
instanceOf()
What do they do??
show more
24 years ago
Programmer Certification (OCPJP)
Please give me reply.
Missing the expert on Threads the sheriff BIG DADDY
show more
24 years ago
Programmer Certification (OCPJP)
how many bytes in char
I believe I had read someplace that String.length=no.of bytes it takes unlike Char.Sorry to be so vague but if anyone is sure please clarify.
show more
24 years ago
Programmer Certification (OCPJP)
java Keywords
Sheriff sir are true,false,null also reserved names?Is there a difference between names and keywords?
show more
24 years ago
Programmer Certification (OCPJP)
Gotcha!!
Thanks Sheriff!!
show more
24 years ago
Programmer Certification (OCPJP)
Gotcha!!
does the compiler check for usefullness too?
class a{
int i;}
show more
24 years ago
Programmer Certification (OCPJP)
executing Wait()
Congratulations Maha!!
Please explain the difference between notify() and notifyAll()
I will wait till the party gets over of course.
show more
24 years ago
Programmer Certification (OCPJP)
Gotcha!!
<code><pre>
class a{
int i=10;
}//compiles
class a{
int i=10;
i=i+10;
}//does not
class a{
{
int i=10;
i=i+10;
}
}//does
</pre></code>
Please explain in easier terms.
[This message has been edited by Jim Yingst (edited May 15, 2000).]
show more
24 years ago
Programmer Certification (OCPJP)