What are the OOPS concepts in Java ?
Answers were Sorted based on User's Feedback
Polymorphism,Inheritance,Encapsulation,Abstraction
| Is This Answer Correct ? | 43 Yes | 1 No |
Answer / ravikiran(aptech mumbai)
1).abstraction
2).encapsulation
3).inheritence
4).polymorphism
| Is This Answer Correct ? | 44 Yes | 2 No |
Answer / venkat
The oops are only 3 types
1.Encapsulation
2.iheritance
3.polymorphsim
abstration is derived from encapsulations
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / kumar
oops
Oops concepts are
Abstraction
Polymorphism
Encapsulation
Inheritance
Dynamicbinding
| Is This Answer Correct ? | 10 Yes | 6 No |
What is lifetime variable?
To obtain design information about an object, which class in used?
Can we make main() thread as daemon?
When try and catch block is used ?
What are the fileinputstream and fileoutputstream?
Difference between process and thread?
What is the difference between a loader and a compiler?
Can we execute a program without main?
What is number data type in java?
What is the difference between a break statement and a continue statement?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the collection interface?