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
How do you sort arrays in java?
Is map sorted in java?
Explain treeset?
What is a java developer salary?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
What do you mean by order of precedence and associativity?
What are three types of loops in java?
How does class forname work in java?
What is default locale java?
What are the special characters?
What are different types of control structures?
What is the parse method in java?
What is the major advantage of external iteration over internal iteration?
What is the difference between processes and threads?
What are identifiers in java?