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

What are reference variables in java?

0 Answers  


What is boolean used for?

0 Answers  


How to create a fecelet view?

0 Answers  


What is the ResourceBundle?

2 Answers   Elementus Technologies,


What is dynamic array in java?

0 Answers  






When is finally block not called?

0 Answers  


Is java util list serializable?

0 Answers  


What is qms certification?

0 Answers  


they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }

2 Answers   DNS, IPSR Solutions,


Can we override the static methods?

0 Answers  


What is module in project?

0 Answers  


What is the public field modifier?

0 Answers  


Categories