Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) what is the difference between static class and singleton class? can we create static class?
L&T, Octazen, Vamsi Labs,
2 6240ublic 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 2752
How many types of variables are there?
Why default constructor is required in hibernate?
The ejb container implements the ejbhome and ejbobject classes. For every request from a unique client, does the container create a separate instance of the generated ejbhome and ejbobject classes?
Can we override a variable in java?
What is the use of hql in hibernate?
What are the different mode that servlets can be used?
What does a za z0 9 mean?
Can you give few examples of final classes defined in java api?
Can we override protected method in java?
difference between root and output root?
How many bean scopes are supported by spring?
What is a service layer in java?
Is array a class in java?
Which are the different ways you can communicate between servlets?
What is hibernate flush?