can any one tell me what is advantage of encapsulation
Answer Posted / phanindra
The Advantage of Encapsulation is we can achieve
Security,Durabilty and Maintainability.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we have any code between try and finally blocks?
What is the synonym of framework?
Is it necessary that each try block must be followed by a catch block?
How garbage collection is done in java?
Explain about fail fast iterators in java?
What does int argc char * argv [] mean?
Difference between predicate, supplier and consumer ?
Can a class extend 2 classes in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What methodology can be utilized to link to a database?
Why scanner is used in java?
What does flag mean in java?
What are daemon Threads in java?
What are kinds of processors?
What does index mean in java?