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...


What is advantage of using threads?

Answers were Sorted based on User's Feedback



What is advantage of using threads?..

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

What is advantage of using threads?..

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

Post New Answer

More Core Java Interview Questions

Which is better 64 bit or 32 bit?

0 Answers  


When does a class need a virtual destructor?

0 Answers   Flextronics,


Why hashmap is used in java?

0 Answers  


explain local datetime api in java8?

0 Answers  


Why is java so popular?

0 Answers  


How do you ensure that n threads can access n resources without deadlock?

0 Answers  


What do you mean by an object in java?

0 Answers  


What do you mean Abstraction in java?

0 Answers   Aspire, Infogain,


What do you know about the garbage collector in java?

0 Answers   TCS,


What is a class component?

0 Answers  


Are arrays dynamic in java?

0 Answers  


Is namespace same as package in java?

0 Answers  


Categories