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 6218ublic 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 2737
What are the components of spring framework?
Can we have multiple spring configuration files?
why java does not support unsigned keyword?
What do you mean by aspect?
What is the old name of java?
What is a class reference?
What is a bufferedreader?
What is a method header?
Explain 5 features introduced in jdk 1.7?
What is the difference between an argument and a parameter?
Explain about sets?
What are functional testing and unit testing?
What are the ways in which a thread can enter the waiting state?
What is the meaning of ioc in spring?
How can we make a class virtual?