What happens if I remove static from main method?
What is a boolean in java?
What happens if I remove static from main method?
What is classpath?
What is super keyword explain with example?
Differentiate storage classes on the basis of their scope?
What access modifiers can be used for variables?
What is logical variable?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
what is the difference between statis block and static variable
What is an arraylist in java?
In the below example, what will be the output?
Can we create constructor in abstract class ?