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 right data type to represent a price in java?
Give reasons supporting that string is immutable.
Do extraneous variables affect validity?
Can we define a package statement after the import statement in java?
What is difference between an object and a class?
What is the internal implementation of set in java?
Can we have more than one package statement in the source file?
What is threaded programming and when is it used? : Java thread
Give a practical example of singleton class usage?
Can a class be a super class and a sub-class at the same time? Give example.
What are the 4 types of characters?
What is a instance variable in java?
What is java ceil?
How will you load a specific locale?
Define an abstract class with reference to java.