Can we change the scope of the overridden method in the subclass?


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

Post New Answer

More Core Java Interview Questions

When is the garbage collection used in Java?

0 Answers   BirlaSoft,


as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data

1 Answers  


Explain about instanceof operator in java?

0 Answers  


watz the difference between abstract class and interface? Which one u ill choose as a designer?

1 Answers   Sonata,


How do you take thread dump in java?

0 Answers  






There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


What programs use java?

0 Answers  


How do you avoid global variables?

0 Answers  


What is parsing in grammar?

0 Answers  


Is zero a natural number?

0 Answers  


What is the different between get and post?

0 Answers  


how you will prevent inheritance is there any other way other than inheritance?

4 Answers   Wipro,


Categories