Differentiate between overriding and overloading cases?
No Answer is Posted For this Question
Be the First to Post Answer
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What is the difference between overriding & overloading?
Suppose there is a System A which gives some output. This output is used as input by system B. The rate at which System A produces is faster than the rate at which system B consumes it. How can you improve this?
Explain the difference between map and flatmap stream operation?
Why does java doesnot support multiple inheritance?
what is a thread?
How to perform merge sort in java?
What is the purpose of a parameter?
How to add panel to a Frame?
What is consumer in java?
What does int argc char * argv [] mean?
Is java jre still free?