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
Which object oriented concept is achieved by using overloading and overriding?
What are different access specifiers in java?
When would you use a static class?
Can we make the abstract methods static in java?
What is the synchronized method modifier?
What is an association?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Is logger a singleton?
What is a condition in java?
Is constructor inherited?
If we don’t want some of the fields not to serialize how to do that?
How would you convert bytes to string?
Can you access the private method from outside the class?
What is the difference between a factory and abstract factory pattern?
Does google use java?