Answer Posted / 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 View All Answers
How many threads can I run java?
What does jenkins do?
Is null or empty java?
How does hashset works in java?
What is linkedlist in java?
Differentiate between nested and inner class in java.
Why do we need hashmap in java?
Is java good for beginners?
Why java uses the concept of the string literal?
Why is it called buffering?
How does the java compiler work?
Is string is a data type?
Convert a BST into a DLL and DLL to BST in place.
Can we call virtual funciton in a constructor ?
Are there structures in java?