What is OOPs & Why?

Answers were Sorted based on User's Feedback



What is OOPs & Why?..

Answer / mustafa sabbowala

OOPs Stands for Object Oriented Programming,in which programming is done a entity called class and each element of that class is represent by object.
Why?
With the help OOPs we can program our application in easily readable format and we can reuse the duplicate code where ever required to achieve out target.

Please any one enhance my answer

Is This Answer Correct ?    5 Yes 1 No

What is OOPs & Why?..

Answer / ramky

java is fully obtained with class & object so,it is called oops form

Is This Answer Correct ?    0 Yes 0 No

What is OOPs & Why?..

Answer / durga

OOP's is nothing but,in java each and every thing treated as Objects instead of bytes.the main advantage is Security purpose.simply Object is a Closing box,(no one access without permission[secure]),bytes is open box(any one can access[unsecure]).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the 7 types of characters?

0 Answers  


Which software is used for java programming?

0 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


what is the difference between cd & dvd ?

30 Answers   Lovely Professional University, Satyam, Sibylsys,


What is the destroy method?

0 Answers  






What does \ mean in regex?

0 Answers  


when to use ArrayList and when to use HashMap in webApplication.

1 Answers  


Why webdriver is an interface?

0 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  


What is double data type?

0 Answers  


How multi processing is achieved in JAVA?

5 Answers   BMC,


How is string stored in java?

0 Answers  


Categories