advantage of thread?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vinay
basically You can make best use of your CPU, by ensuring that its always processing some or the other things. And threading makes the execution faster not slower as it divides the whole work into chunks and processes them parallel. finally unites then to give result. correct me if I am wrong.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / mohit tyagi
Thread is a small part of a program when a program enter in the executed state threads will be execute concurrently and maximum use of cpu.
| Is This Answer Correct ? | 2 Yes | 5 No |
Can I have an action without a form?
Explain the purposes of methods wait(), notify(), notifyAll ()?
How do you iterate in Hashmap?
what is disadvantage of thread?
Why RMI required an interface?
How primary key is implemented in Oracle?
What are the steps to write p-to-p model application?
1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?
Which containers use a border layout as their default layout?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
What is a session? Can you share a session object between different theads?
How are the elements of a cardlayout organized?