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 4043How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 8353how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
2 27447HOW 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 3815Hi 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
2986how can be object class inherited to all class in a program when java does not support multiple inheritance??
4 6352
What is array sorting in java?
How to change the priority of thread or how to set the priority of thread?
What is consumer interface?
Difference between GET and POST?
What’s the difference between struts and espresso?
how the HTML data stored in web server?
What is aop logging?
What is a function in programming?
What is the class in swing to change the appearance of the frame in runtime?
How to integrate log4j logging in hibernate application?
What is substring 1 in java?
What is a function easy definition?
Which interface handles transaction management in jdbc?
What is arraylist e?
An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?