What are the kinds of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between abstract class and Interfaces?
7 Answers CTS, iFlex, PA Consulting, Sai Softech, Value Chain,
Difference between canvas class & graphics class?
Is java based on c?
Can constructor be protected in java?
Explain about object oriented programming and its features?
Is there any sort function in java?
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.
Can we have 2 main methods in java class?
Difference between overriding and overloading in java?
What is class forname used for?
can you program for reverse string?
How can you add and remove nodes in jtree?