Answer Posted / gaurav agrawal
our lines of code can be executed by many requests at a
time, this is the main advantage of the thread.
but the performance will slow down, so threading will be
used where it's needed.
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What are the different types of exception?
Do you think that java should have had pointers?
What is colon_pkg_prefixes and what is its use?
What are the different algorithms used for clustering?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
When a thread blocks on i/o?
To identify IDL language what mapping mechanism is used?
What is a modular application?
What you mean by COM and DCOM?
Name three component subclasses that support painting?
What is the difference between the string and stringbuffer classes?
What is the difference between session and entity beans?
What is the relationship between the canvas class and the graphics class?
Are we allowed to change the transaction isolation property in middle of a transaction?
Is the ternary operator written x : y ? Z or x ? Y : z ?