Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) 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"); } } }
1 4128when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution
1 1938How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 8520
Is minecraft 1.15 out?
What is the difference between filters and interceptors ?
What is the resourcebundle class?
Realized?
What is the difference between equals() and == in java?
What do you understand by casting in java language? What are the types of casting?
Can we extract main method from another class?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What are the differences between heap and stack memory in java?
How to sort array in descending order in java?
What do you mean by an interface in java?
What is the difference between break and continue statements?
What is action chaining ?
What is the java api?
What if I write static public void instead of public static void?