Can an interface implement another interface?


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

Post New Answer

More Core Java Interview Questions

What is a parameter in a function?

0 Answers  


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


What differences exist between iterator and listiterator?

0 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


How is object created in java?

5 Answers   Cap Gemini,


In Java why we write public static void main(String args[]) why not main()?

46 Answers   Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,


Can we have return statement in finally clause? What will happen?

0 Answers  


What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?

4 Answers  


What classes of exceptions may be thrown by a throw statement?

0 Answers  


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

0 Answers  


Do I need java for windows 10?

0 Answers  


Explain cookies?

2 Answers   Canon,


Categories