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 4044when 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
1868How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance
TCS,
2 8355
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is j2ee module?
What is string [] args?
Can we prepare the Validator map? Is it needed? If yes, why?
How many strategies are there in hibernate inheritance?
How do you create a cookie using servlet?
Can we call multiple controller commands from a jsp?
Explain the different ways for servlet authentication?
What signal tells the jvm to give a thread dump?
What is core server tuning?
What is a singleton factory?
Can a class have a static inner class?
Is uri the same as url?
What is a lambda expression ? What's its use ?
Can you explain the directory structure for a struts folder in brief ?