Explain the difference between runnable and callable interface in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain the advantages of packages in java?

0 Answers  


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


what is object type casting? give some example with related?

2 Answers   HP, SparkTG,


What are advantages and disadvantages of OOPs?

0 Answers   Amdocs,


What is the difference between a field variable and a local variable?

0 Answers  






I dont want to use serialzable in java is there any another concept so plz tell me

3 Answers   WDC,


What is an Iterator interface?

2 Answers  


In java, how we can disallow serialization of variables?

0 Answers  


How many times garbage collector will invoke an object?s finalize() method?

4 Answers  


why interaction with server using javascript is difficult

1 Answers  


What is string example?

0 Answers  


EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.

1 Answers   EDS,


Categories