Explain different forms of polymorphism?
Answer / Neeraj Chaudhary
There are two main forms of polymorphism in Java: Compile-time (Static) Polymorphism through method overloading and Run-time (Dynamic) Polymorphism through method overriding.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why string is called as immutable?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
Difference between hashCode() & equals()?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
java Technical questions asked by JPMC
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
What is linked hashmap and its features?
Difference between Reader/Writer and InputStream/Output Stream?
9 Answers Adobe, Kirusa, Verizon,
Is set ordered?
What do you mean by data type?
Can we inherit the constructor in a Class?please give one example.
Can we declare a constructor as final?