To make an object to begin executing as a separate thread,
what method is used?
Answer Posted / devarathnam c,kotagudibanda(po
Hi...
public void run();method in Runnable interface,which only
one method in Runnable interface.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What classes of exceptions may be caught by a catch clause?
What restrictions are placed on the location of a package statement within a source code file?
What is the relationship between the canvas class and the graphics class?
Explain the steps in details to load the server object dynamically?
What are the different methods of identifying an object?
Define aop(assepct oriented programing)?
What is the difference between the string and stringbuffer classes?
How substring() method of string class create memory leaks?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is the RMI and Socket?
What is the purpose of the notify() method?
How database connectivity in XML is achieved?
What are JTA/JTS and how they used by client?
Difference between new operator and class.forname().newinstance()?
What is the difference between static and non-static with examples?