ublic 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);
}
What is difference between overloading and overriding?
What is casting in java programming?
What is an accessor?
Why vector class is used?
How many ways can an argument be passed to a subroutine and explain them?
In Java, what are public static void main string args?
Difference between a Canvas and a Scroll Pane?.
When do you create an index?
What is high level language in computer?
What is the size of boolean variable?
Differentiate between class and structure.
What are the concepts of 'OOPS'?