What is callable java?


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

Post New Answer

More Core Java Interview Questions

What are format specifiers in java?

0 Answers  


What class allows you to read objects directly from a stream?

0 Answers  


What are the various access specifiers in java?

0 Answers  


What are the benefits of operations in java?

0 Answers  


What is java dot?

0 Answers  






What is the Scope of Static Variable?

0 Answers   Verifone,


What are mutable classes?

0 Answers  


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


Can a singleton class be inherited?

0 Answers  


Can we have any code between try and catch blocks?

0 Answers  


Write a program in java to establish a connection between client and server?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Categories