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 the collable collections in java?

Answers were Sorted based on User's Feedback



what is the collable collections in java?..

Answer / divya

public interface Callable<V>A task that returns a result
and may throw an exception. Implementors define a single
method with no arguments called call.

The Callable interface is similar to Runnable, in that both
are designed for classes whose instances are potentially
executed by another thread. A Runnable, however, does not
return a result and cannot throw a checked exception.

The Executors class contains utility methods to convert
from other common forms to Callable classes.

Is This Answer Correct ?    9 Yes 3 No

what is the collable collections in java?..

Answer / satya

thanq divya

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we pass a primitive type by reference in java? How

0 Answers  


How do I start learning java?

0 Answers  


What is the use of collections in java? How it is implemented in real time applications?

2 Answers  


where u use Abstraction and Interface in real time

3 Answers   Sonata,


What do negative exponents mean?

0 Answers  


what is the use of thread?Justify it by project point of view

7 Answers  


What do you mean by jjs in java8?

0 Answers  


What is the Dictionary class?

1 Answers  


What is starvation?

0 Answers  


What is the difference between a local variable and an instance variable?

0 Answers  


what is the reason behind non static method cannot be referenced from a static Context?

2 Answers  


What is mysql driver class name?

0 Answers  


Categories