what is meant by encapsulation?



what is meant by encapsulation?..

Answer / Neeraj Semwal

Encapsulation is a mechanism in Java that binds the data and functions that operate on the data together as a single unit. It hides the internal implementation details from the user, providing a simple and secure interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why string objects are immutable in java?

1 Answers  


What is the meaning of flag day?

1 Answers  


What does those terms actually mean included in the j.d.k i.6?

1 Answers  


For which statements we use a label?

3 Answers   Wipro,


What is JDBC Driver interface?How can you retrieve data from the ResultSet

1 Answers   CTS,


Is minecraft 1.15 out?

0 Answers  


what is difference between Exception and Error?

36 Answers  


How can we run a java program without making any object?

1 Answers  


How do listeners work?

1 Answers  


Nullpointer exception is a very common exception. Why is it not made as a checked exception?

2 Answers   Ness Technologies,


Are private methods final?

1 Answers  


What are the differences between c++ and java?

1 Answers  


Categories