Rocky Singh

Greenhorn
+ Follow
since Mar 12, 2009
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 Rocky Singh

First of all please quote the source Himanshu !!

This program will throw a nullpointer exception !!

Have you seen executing this code ???

I think I am correct in saying that the run() method does not start a thread but just executes the code in the run() method.



When you write t.run() , a seperate call stack is not created. Whereas when you write t.start() a seperate call stack is created and the thread moves from new state to runnable state. It becomes a thread of execution.
Again the order is which t.start() is called on seperate threads which thread will run first is not guaranteed.It depends upon the VM which decides as per the priority of the theads.
Please note if you call t.start() on the same thread instance it causes a runtime error.




SCJP 5.0 --> 95%
Can anyone explain me the difference between 310-081 and 310-083/084 ??
Thanks a lot for suggesting this book..

Thanks..
Rocky Singh
Can anyone suggest me the reference book for SCWCD ???
Thanks in advance..
Hello Friends,
I have cleared SCJP 5.0 with 95%. I have already bought the voucher for SCWCD.

Can you help me by suggesting some books..??

Thanks in advance..

Ankit.
15 years ago

Ernest Friedman-Hill wrote:If you are who we think you are, then your previous account was closed not for "asking dumb questions", nor for a naming policy violation. It was closed for repeatedly asking for illegal copies of copyrighted material, and for repeatedly posting real exam questions. Perhaps you didn't understand the warnings you were given due to a language problem, and perhaps that's why you feel you were mistreated; but in any event, we won't allow those kinds of posts on our site.



Excuse Me Ernest !!
But I had never asked for --- !! I dont even know what kind of questions are those..
I had asked for EXAMLAB that's it !!

What I think is there's no meaning arguing on this issue.. Its over.. I have cleared SCJP !!


we won't allow those kinds of posts on our site.



Even I am not interested in posting such posts.. Forget it !!
15 years ago
I have cleared SCJP5.0 with 95%..

I would not like to thank anyone except bala sub and Ruben soto..
I have changed my name because I was not able to login into javaranch because of my previous login..
I still remember the day when I had posted my doubt I was told not to post dumb questions.
Is this the main moto of creating the whole site ?? If yes then its useless....
When I had posted my second doubt I was told the same thing...

But it has been really very well said that " People's opinion does not have to be your reality "..
I was criticised on this questions... Eventually I was listed out and my account got locked..
At that time Bala and one more girl ( I dont remember her name) defended me..by re-posting those ranchers who were rude ..
Also ruben soto helped me a lot..
But would like to tell the moderator of javaranch that its of no use creating such websites if you are not helpfull at times rather you become rude to person who is seeking your help..

Anyways it was really a very bad experience posting questions on this site and never expected answers from you guys..

Thanks
Rocky Singh
15 years ago