Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


advantage of thread?

Answers were Sorted based on User's Feedback



advantage of thread?..

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

advantage of thread?..

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

advantage of thread?..

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

Post New Answer

More Advanced Java Interview Questions

What is checkpoint? How to create checkpoints in our java projects?

1 Answers   ABC,


What method MUST be implemented by all threads?

1 Answers  


what is the proxy pattern?

1 Answers  


Have you used threads in Servelet?

0 Answers   Satyam,


Tell me about Firewalls in RMI?

0 Answers  


How substring() method of string class create memory leaks?

0 Answers  


Explain the different types of memory used by jvm?

0 Answers  


Difference between DurableSubscription and non- DurableSubscription?

0 Answers  


difference between HashMap, Hashset and hashTable?

2 Answers   HCL, Infotech,


What is table mutation and how do you avoid it?

0 Answers  


What is deadlock?

2 Answers  


Difference Between getRequest and PostRequest?

8 Answers   HCL, TCS,


Categories