Answer Posted / nag~1417
Threads also have some disadvantages:
Threads are not reusable as they are dependent on a process
and cannot be separated from the process.
Threads are not isolated as they don't have their own
address space.
The error cause by the thread can kill the entire process
or program because that error affects the entire memory
space of all threads use in that process or program.
Due to the shared resources by the threads with in the
process can also affect the whole process or program when a
resource damage by the thread.
For concurrent read and write access to the memory thread
will required synchronizations. Data of the process can
easily damage by the thread through data race because all
the threads with in the process have write access to same
piece of dat
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Java is fully object oriented languages or not?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
what is a non-repeatable read?
Explain what is synchronization?
Brief description about local interfaces?
Explain about local interfaces.
Why won’t the jvm terminate when I close all the application windows?
What is a policy?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
whats is statement and procedure
What is the infobus?
What are various types of class loaders used by jvm?
How to implement RMI in Java?
What is the immediate superclass of the applet class?
Which containers use a border layout as their default layout?