Can a static class implement an interface?


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

Post New Answer

More Core Java Interview Questions

when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).

3 Answers  


What is use of a abstract variable?

0 Answers  


How transient variable is different from volatile variable?

0 Answers  


What is the purpose of the runtime class in java programming?

0 Answers  


Why is the main method static?

0 Answers  






Explain when classnotfoundexception will be raised ?

0 Answers  


What is the collections api?

0 Answers  


How Marker Interfaces are instruct to complete the desired need ?

2 Answers  


Is arraylist sorted in java?

0 Answers  


Can a class have 2 constructors?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What are sets in java?

0 Answers  


Categories