Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) what is the difference between static class and singleton class? can we create static class?
L&T, Octazen, Vamsi Labs,
2 6232ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
1 2749
Can a class be private or protected in java?
When can an object reference be cast to an interface reference in java programming?
Explain how to work with error tags?
What is unidirectional causality?
What is the difference between an inner class and a sub-class?
what do you mean by classloader?
What is the global security?
Can I run seam in a j2ee environment?
What is the difference between session and sessionfactory in hibernate?
Can I configure the messaging bridge to automatically downgrade the quality of service if the exactly-once service is not available on either the source or target bridge destination? : BEA Weblogic
What is meant by a Named SQL Query in hibernate and how it’s used?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
What are the different application servers and web servers supporting j2ee technology?
When do you use programmatic and declarative transaction management?
What are the steps of orm?