cant we call run() method directly instead of calling indirectly through the start()
method ? if we do so then what is the problem ?
Answer Posted / xyz
can we call start () inside run() of a thread
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is log4j in java?
Which is more secure: java or activex? : java security
how can we create the ui using netbeans,having the code?
What is web xml java?
what is the package for freshers in valuelabs.
Why are lambda functions called lambda?
How do I start netbeans?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
What are the advantages of java 8’s date and time api over old date api and joda time api?
Can I use openjdk for commercial?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
What is the front end for java?
How can the static main method use instance variables?
How do I run a project in netbeans?
What is cdi bean in java?