What is OOPs & Why?
Answers were Sorted based on User's Feedback
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 |
Answer / ramky
java is fully obtained with class & object so,it is called oops form
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
How to call a Stored Procedure from JDBC?
What are the two ways to create a thread?
Is upper case in java?
What is null data type?
class A{ class B{ } } in which name u save the file,its the program compile?
What is a newline character in java?
What are inbuilt functions in java?
Why is a string immutable?
What is package protected in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
How can you traverse a linked list in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.