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 are the different types of java?

0 Answers  


How does Vector implement synchronization?

4 Answers   Ness Technologies,


Is string serializable in java?

0 Answers  


How many types of variables are there?

0 Answers  


What is the range of a character variable?

0 Answers  






What is the size of string?

0 Answers  


Can you inherit a constructor java?

0 Answers  


Difference between flush() and commit() in hibernate?

2 Answers   Bally Technologies,


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

0 Answers  


what questions are been asked ??? for interview in apti

0 Answers  


Does collectionutils isempty check for null?

0 Answers  


what is tempplate pattern

4 Answers   IBM, RBS,


Categories