Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the difference between preparedstatement and statement in java?

0 Answers  


What are the 4 types of research methods?

0 Answers  


What is the purpose of tostring() method in java?

0 Answers  


Can we write a class without main method in java?

0 Answers  


Define package in Java.

1 Answers  


why java does compile time polymorphism at run time ?

6 Answers   CTS, TCS,


When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

0 Answers  


Can we call the run() method instead of start()?

0 Answers  


Can a lock be acquired on a class in java programming?

0 Answers  


How do you identify if jvm is 32-bit or 64-bit from java program?

0 Answers  


What is void in java?

0 Answers  


What is a module function?

0 Answers  


Categories