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 are abstract methods in java?
What is the difference between stringbuffer and stringbuilder?
What is break and continue statement?
What are the two types of java programming?
Which collection is sorted in java?
What is quick sort in java?
Define how objects are stored in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
what is comparable and comparator interface?
What is the role of the java.rmi.naming class?
What is a blocking method in Java?
Can we write a class without main method in java?
What does flag mean in java?
What are the 6 mandatory procedures for iso 9001?
Write a program to print fibonacci series