what Data encapsulation in java?

Answers were Sorted based on User's Feedback



what Data encapsulation in java?..

Answer / satyanarayana

Encapsulation means binding the data and code into a single
entity.

Is This Answer Correct ?    20 Yes 2 No

what Data encapsulation in java?..

Answer / ddd

grouping of data in a class.such methods varibles etc

Is This Answer Correct ?    10 Yes 3 No

what Data encapsulation in java?..

Answer / swapna kumari arava

Wrapping up of the data members and member functions into a
classs is nothing but encapsulation.

Is This Answer Correct ?    7 Yes 2 No

what Data encapsulation in java?..

Answer / sanjay

designing comprises of code and data.Data is enclosed with
memory wheras code is enclosed with functions.
Thus Data encapsulation is encapsulating the Data to Code
to perform certain functions.
Also Data encapsultion is required for hiding the actual
functios of the objects

Is This Answer Correct ?    4 Yes 3 No

what Data encapsulation in java?..

Answer / sudheer nath

data encapsulation means the data member and the member function can remains inside the class ,only those member function which is the part of the class can only access thw data member of a class .tise is used for security purpuse .

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

why the abstract class has default constructor?

2 Answers  


What is the difference between logical data independence and physical data independence?

0 Answers  


What is the difference between processes and threads?

0 Answers  


Why is singleton instance static?

0 Answers  


What is an interface in java? Explain

0 Answers  






How do you reverse sort in java?

0 Answers  


Can you make an instance of an abstract class?

5 Answers   Accenture,


Which Math method is used to calculate the absolute value of a number?

3 Answers   Accenture,


Is &&= a valid Java operator?

2 Answers  


What is a default constraint?

0 Answers   HCL,


What is mean by UML? what is the use? where we are using?

1 Answers   Eka Software,


explain me with a code snippet about the generation and handling of null point exceptions.

1 Answers  


Categories