What is super keyword explain with example?


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

Post New Answer

More Core Java Interview Questions

What best practices should you follow while writing multithreaded code in java?

0 Answers  


Can we extend singleton class?

0 Answers  


What is the difference between keyword and identifier?

0 Answers  


Is there any difference between nested classes and inner classes?

0 Answers  


What is finally and finalize in java?

0 Answers  






What is string data?

0 Answers  


Is static a keyword in java?

0 Answers  


How do you check if a number is a perfect square?

0 Answers  


What is the equal sign?

0 Answers  


What is empty string literal in java?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


In a container there are 5 components. I want to display the all the components names, how will you do that one?

0 Answers  


Categories