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
What are the restriction imposed on a static method or a static block of code?
What is a lock or purpose of locks in java?
What is the range of a character variable?
What is the difference between char and char *?
What is the escape character in java?
What is numeric function?
What are basic data types?
Can you call a method on a null object?
how we can create packages in java?
Explain what are final variable in java?
What do you mean by global variable?
What is boolean logic?
What is a class reference?
Why is string class considered immutable?
What is null object in java?