Answer Posted / kranti rajan singh
1.thread is an independent path of execution within ur java
program.that means thread can share the same memory space.
2. the sequence of code executed for each task defines a
separate path of execution is called thread.
| Is This Answer Correct ? | 34 Yes | 10 No |
Post New Answer View All Answers
What is a superclass?
List any five features of java?
What do u mean by variable?
What means public static?
What is a java list?
How do I stop concurrentmodificationexception?
What is identifier in java?
Why do we use bufferedreader?
What do you mean by ternary operator in java?
What do you understand by final value?
What are the different data types in java?
What is gc()?
What is functional interface in java example?
Does list allow duplicates in java?
Explain the importance of join() method in thread class?