What is overloading and overriding in java?


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

Post New Answer

More Core Java Interview Questions

for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


What do you understand by the bean persistent property?

0 Answers  


Is string a wrapper class?

0 Answers  


Infinite loop using while ?

4 Answers  


Why do we need public static void main(String args[]) method in Java...?

1 Answers  






Explain some best practices you would apply while using collection in java?

0 Answers  


What is a private class in java?

0 Answers  


Does java isempty check for null?

0 Answers  


Name the package that always imported by default?

4 Answers  


Why collection doesn’t extend cloneable and serializable interfaces?

0 Answers  


What does .equals do in java?

0 Answers  


What are the data types supported by java?

0 Answers  


Categories