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
How variables are stored in memory?
What is the difference between sleep and wait in java?
Tell some latest versions in JAVA related areas?
What do you mean by stream pipelining in java 8?
What are drawbacks of singleton class?
Explain the features of java?
Difference between static and dynamic class loading.
What is the program development process?
Explain some best practices you would apply while using collection in java?
What is the basic difference between string and stringbuffer object?
What is jvm? How its run?
How to sort an array from smallest to largest java?
Can I declare a class as private?
Is sizeof a preprocessor?
What is a pattern what is an anti pattern?