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 is the difference between final, finally and finalize() in java?
What is an argument in java?
What's the difference between comparison done by equals method and == operator?
What is member in java?
Explain methods specific to list interface?
why java does not support unsigned keyword?
Explain the public class modifier?
What are the topics in advance java?
Mention the default values of all the elements of an array defined as an instance variable.
What is a bubble sort in java?
What are the 3 types of control structures?
How do you override a method?
What are the different tags provided in jstl?
What is args length in java?
Can a class have 2 constructors?