Answer Posted / gv praveen kumar
flow of control is known as thread and multiple flow of control is known as multi thread.Our java program containing one thread at the time of execution and one more thread is been created at background of our java program known as garbage collector.every java program contains two threads given as multi thread.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is jrmp?
How long will it take to learn java?
Why hashmap is used in java?
How to solve the problem of generating the unique hash keys with hash function?
How do you use equal in java?
What are the advantages of passing this into a method instead of the current class object itself?
What are the object and class classes used for?
What is java volatile?
Tell us something about different types of casting?
What is java objectoutputstream?
What are default methods ?
can java object be locked down for exclusive use by a given thread? : Java thread
What is meant by anonymous class?
What is stack class in java?
What is the base class of all classes?