How OOPS concept is achieved in Java?
Answer Posted / rahul
Thru java encapsulation, inheritence, polymorphism.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the symbol for line break?
What is java and why do we need it? Explain
What is data type modifier?
Write a program to check string is palindrome without using loop?
What is ‘has a’’ relationship in java?
What is arraylist e?
Which are the two subclasses under exception class?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
Is this valid in java ? Can we instantiate interface in java?
What is 16 bits called?
What is the base class of all exception classes in java?
What is the use of join method?
What does %4d mean in java?
How will you compute size of a structure?
Can private method static?