What is use of super keyword in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the purpose of interface?

0 Answers  


Whats the difference between notify() and notifyall()?

0 Answers  


What is method in research paper?

0 Answers  


How many types of memory areas are allocated by JVM in java?

0 Answers   UGC Corporation,


What is the difference between exception and error in java?

0 Answers  






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); }

1 Answers  


What are data types in oop?

0 Answers  


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


What are the 3 types of loops in java?

0 Answers  


Nested classes VS Inner classes?

3 Answers   Infosys,


Is java good for beginners?

0 Answers  


how an we achive multiple inhetitance in java using interface..??

2 Answers  


Categories