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

What is "this" keyword in java? Explain

0 Answers  


Which is a valid identifier?

0 Answers  


Is string serializable in java?

0 Answers  


what is an object class?Explain its methods?

6 Answers  


what is filters and its use?

2 Answers   Virtusa,






What is a boolean flag in java?

0 Answers  


if u open login & logout ,how can udisplay the timelogin & logout members ?

0 Answers   Virtusa,


What do you mean by stack?

0 Answers   Accenture,


What are the main features of java?

0 Answers  


When does an object becomes eligible for garbage collection in java?

0 Answers  


Explain about static nested classes in java?

0 Answers  


What does %d do in java?

0 Answers  


Categories