Answer Posted / nashiinformaticssolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is array a class?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Explain access specifiers?
Explain creating threads by implementing runnable class?
What is mean by exception?
What is the indent key?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is the difference between length and length() method in java?
Is singleton a bad practice?
What is a dynamic array in java?
Differentiate between == and equals().
Is there any case when finally will not be executed?
Can classes declared using the abstract keyword cab be instantiated?
Can finally block be used without a catch?
how its run?