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

Features of Java?

4 Answers  


Explain cookies?

2 Answers   Canon,


Explain about main thread in java?

0 Answers  


Why scanner is used in java?

0 Answers  


How to implement Singleton

6 Answers   DELL,


Can we increase size of array?

0 Answers  


What is a “stateless” protocol ?

0 Answers  


What is the purpose of java?

0 Answers  


Can we inherit the constructor in a Class?please give one example.

9 Answers   iGate,


How to use arraylist in java netbeans?

0 Answers  


Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?

0 Answers  


Difference between ?System.out.println? and ?System.error.println??

8 Answers   Sai Softech,


Categories