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 4038How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 8347how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
2 27434HOW 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 3810Hi 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
2983how can be object class inherited to all class in a program when java does not support multiple inheritance??
4 6344
What is queue connection factory?
how we can make a read-only class in java?
What is the difference between yielding and sleeping?
What is cglib?
What is a bytes message?
How does ioc work in spring?
What is number data type?
What is jdbc connection class?
What is enterprise bean?
How to invoke external process in java.
Can we print null in java?
What is a memory leak in java?
Can we catch more than one exception in single catch block?
Which is better stringbuffer or stringbuilder?
What are the uses of servlet