What are the main uses of the super keyword?


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

Post New Answer

More Core Java Interview Questions

Is there any difference between nested classes and inner classes?

0 Answers  


what is the difference between static class and singleton class? can we create static class?

2 Answers   L&T, Octazen, Vamsi Labs,


Why do we use return statement?

0 Answers  


Is multiple inheritance supported by java?

0 Answers  


What is a void return type?

6 Answers  






Why we go for collections in java?

0 Answers  


What is native code?

0 Answers  


How to print an arraylist in java?

0 Answers  


What language is java written?

0 Answers  


What do you mean by composition in java?

0 Answers  


How do you escape sequences in java?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Categories