What is advantage of using threads?
Answers were Sorted based on User's Feedback
Answer / rajashree
a)lower context switching over head.
b)shared state:
allowed concurrent instance of the server to communicate
easily with each other
c)linux supports the POSIX thread standard
i)pthreads library.
ii)portable across most unix platform.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / yayati pavan kumar
Threads means part of a program which is in execution.That
means it's very easy to implement any large and complex
application by partitioning into threads. By this we can
save memory or storage.
we can decrease time of execution
It is very easy to test as the whole code partitioned into
parts and execute
| Is This Answer Correct ? | 8 Yes | 1 No |
What is arraylist e in java?
Why does java does not support multiple inheritance? Explain
what is AWT
What is the maximum size of list in java?
What are the ways to instantiate the class class?
What are Advatages of Overloading and Overridding.
What is the immediate superclass of the Dialog class?
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
what is difference between Action messages and Action errors?
What is final method?
How do you access command-line arguments within the code?
0 Answers Flextronics, Hexaware,
Explain wait() method of object class ?