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
How do I print a “?
What is the main method java?
What is return type in java?
Can we have more than one package statement in source file ?
Is string a wrapper class?
Is array a class in java?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
placement papaers of spring computing technology
What is exception propagation?
How many bytes is a string in java?
What is time complexity algorithm?
Can a source file contain more than one class declaration?
What is the default value of local and global variables?
Explain the difference between abstraction and encapsulation.
Does java support function overloading, pointers, structures, unions or linked lists?