Can a method be overloaded based on different return type but same argument type?


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

Post New Answer

More Core Java Interview Questions

What will be the initial value of an object reference which is defined as an instance variable?

0 Answers  


What is tcp and udp?

0 Answers  


What is the use of an interface?

3 Answers  


Explain 5 features introduced in jdk 1.7?

0 Answers  


What is module in project?

0 Answers  






Explain the scope or life time of class variables or static variables?

0 Answers  


What is widening and narrowing in java? Discuss with an example.

0 Answers   Amdocs,


Is list ordered in java?

0 Answers  


What is the original name of java?

0 Answers  


Explain the key functions of data binding?

0 Answers   Akamai Technologies, Aspire, Impetus, Infogain, Tavant Technologies, Virtusa,


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


What is the gregoriancalendar class in java programming?

0 Answers  


Categories