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 meant by binding in rmi?
How java is similar to c?
I want to persist data of objects for later use. What’s the best approach to do so?
I want to persist data of objects for later use. What is the best approach to do so?
How to create packages in java?
What is the null?
What is difference between next () and nextline () in java?
What are the main differences between the java platform and other platforms?
What is a class component?
What is string [] args?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is variable declaration and definition?
Is cout buffered?
Why vector class is used?
How do you convert an int to a double in java?