Answer Posted / naveen
A thread is a part of program that follows a separate path of execution.
A thread is also called a light weight process as they share common resources
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Does apple use java?
make a method which any number and any type of argument and print sum of that arguments.....
Why java is made?
What does I ++ mean?
Define inheritance?
What is the difference between abstract class and interface1? What is an interface?
What is the covariant return type?
how to deploy tomcatserver to weblogic server? write d following steps?
5 Coding best practices you learned in java?
What is the diffrence between inner class and nested class?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What are the uses of java?
What is arguments in java?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Why call by value prevents parameter value change?