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
Explain spliterator in java8?
What do you understand by the bean persistent property?
What does provide mean construction?
Why scanner is used in java?
How will you load a specific locale?
What is boolean keyword in java?
Can we have try without catch block?
Explain the use of sublass in a java program?
when should you use stringbuilder class in a program?
What is synchronization and why is it important in java programming?
Explain inner classes ?
What do you mean by constructor?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Explain java code for recursive solution's base case?
Describe what a thread-local variable is in java?