Can we modify the throws clause of the superclass method while overriding it in the subclass?


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

Post New Answer

More Core Java Interview Questions

class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What are the main differences between the java platform and other platforms?

0 Answers  


What is linked hashmap and its features?

0 Answers  


What is volatile keyword in java

0 Answers  


What is the use of ?this??

4 Answers  






Is cout buffered?

0 Answers  


What is a treemap in java?

0 Answers  


What is method reference in java?

0 Answers  


What is a null point?

0 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


What is ‘has a’’ relationship in java?

0 Answers  


What do you mean by static variable?

0 Answers   TCS,


Categories