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 math in java?
What is the use of pattern in java?
what is the difference between pagecontext and servletcontext?
What is the difference between length and length() method in java?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
what is an virtual function
Explain what is Marker interface?
Features of Java?
How do I stop concurrentmodificationexception?
what is Abstract DataType?
What is emant by API? is it related to java only or it is common for all OOPS supporting language?
What is the significance of java packages?