Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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 4046How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 8355how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
2 27450HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?
1 3818Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com
2987how can be object class inherited to all class in a program when java does not support multiple inheritance??
4 6364
What is mapping in hibernate?
What are untrusted applets?
How to avoid memory leak in java?
Why object class is super class for every class in java?
What is a policy?
What are swing components in java?
What is java Applet?
Does java allow overriding static methods ?
Can struck threads be killed manually?
What is rule of accessibility in java?
Explain about instanceof operator in java?
Why is odbc needed?
What are the types of sockets in java?
Explain the importance of import keyword in java?
How do I use a startup class to initialize and later reference jms objects?