Answer Posted / deepa
Thread is a process of execution of work.
In a java application ,the thread starts when the
main() starts executing till the whole Application is
executed.
Java supports multi threading,Multi threading is a concept
where more than one thread can be used in a program while
executing the applicaton.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we access instance variables within static methods ?
What is prime number in java?
Explain what access modifiers can be used for methods?
What is the meaning of variables in research?
What is final class?
What data type is true or false?
What is the best definition for data?
How do you declare an array that will hold more than 64KB of data?
What is module in oop?
Differentiate between static and non-static methods in java.
What is the purpose of object oriented programming?
What is finalize()?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
How many types of the indexof method are there for strings?
What is finalize()? Is finalize() similar to a destructor?