Can a static class implement an interface?
No Answer is Posted For this Question
Be the First to Post Answer
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).
What is use of a abstract variable?
How transient variable is different from volatile variable?
What is the purpose of the runtime class in java programming?
Why is the main method static?
Explain when classnotfoundexception will be raised ?
What is the collections api?
How Marker Interfaces are instruct to complete the desired need ?
Is arraylist sorted in java?
Can a class have 2 constructors?
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?
What are sets in java?