What is difference between overloading and overriding in java?
No Answer is Posted For this Question
Be the First to Post Answer
when we write class.forName("any one class"); what happens actually?what it will return?explain stepwise?
Can we call a non-static method from inside a static method?
What is the difference between inheritance and encapsulation?
What is multiple inheritance? Is it supported by java?
What is static binding and where it occurs?
How can we create a object of a class without using new operator.
take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
Explain the difference between jvm and jre?
Explain break statement and continue statement?
What is namespace in java?
What are loops in java? What are three types of loops?
Can each java object keep track of all the threads that want to exclusively access it?