aspose file tools
The moose likes Programmer Certification (SCJP/OCPJP) and the fly likes clarification about start()? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Programmer Certification (SCJP/OCPJP)
Reply Bookmark "clarification about start()?" Watch "clarification about start()?" New topic
Author

clarification about start()?

srikanth reddy
Ranch Hand

Joined: Jul 28, 2005
Posts: 252
Problem
Write the name of the method used to schedule a thread for execution?
(Do not enter any space or brackets.)
Options
Your Answer : start();
Possible Answers
1. start
2. start;
3. start()
4. start();
5. start( );

i dont know why the answer i have written is wrong??
also all these start methods are valid ??? i know only start();
what does he wants to convey..please clarify??

thanks
sri


Thanks & Regards<br /> <br />-Srikanth
Barry Gaunt
Ranch Hand

Joined: Aug 03, 2002
Posts: 7729
What does this mean to you: "(Do not enter any space or brackets.)" ?

What is the name of the method ?


Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
srikanth reddy
Ranch Hand

Joined: Jul 28, 2005
Posts: 252
dont know barry ...i found these questions from jdiscuss...
iam not able to understand the answers that he has given ....
i wrote start(); whatelse it could be..but the answer is wrong ...dont know......

thanks
sri
Saurabh Chaubey
Ranch Hand

Joined: Oct 16, 2005
Posts: 101
Hi srikanth,
the question clearly states that mention the NAME of the method and not to include any brackets. so the correct answer should be "start"
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: clarification about start()?
 
Similar Threads
threads
Is it a right decision to start learning Java?
How is JQ Plus mock exams?
A Challenge!
bootstrapping hibernate initialization