what are the oops concept in java explain with real time
examples
Answer Posted / madhu
polymorphism means just divide the word poly means many so performing multiple task with single name ..
e.g person or human being
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is array length?
Can you explain the final method modifier?
What is a dynamic array in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Are global variables initialized to zero?
Write a program to check string is palindrome without using loop?
What does it mean that a method or field is “static”?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
Is java an open source?
How do you create a bulleted list?
What are the major drawbacks of external iteration?
How do you do exponents in java?
What do you know about the garbage collector in java?
What is meant by memory leak?
Differentiate jar and war files?