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
Can we define private and protected modifiers for the members in interfaces?
What is the difference between import java.util.date and java .util?
What are the topics in core java?
What is tcp ip in java?
What does int argc char * argv [] mean?
What is the purpose of java?
What is difference between float and double?
What are the types of inner classes (non-static nested class) used in java?
What is a numeric literal?
Which sorting algorithm is in place?
What is the difference between public, private, protected, and friend access?
What is the functionality of the stub?
What is meant by data hiding/encapsulation?
What about method local inner classes or local inner classes in java?
What is role of void keyword in declaring functions?