answersLogoWhite

0


Best Answer

Data hiding in the java is achieved through the use of encapsulation.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How data hiding is achieved in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What term in java is used to indicate that a class's internal state is hidden from its clients?

Encapsulation............Hiding the data from others


Some important features of java programming?

The important features of Java are the ones that relate to the object oriented concepts like: a. Inheritance b. Polymorphism c. Encapsulation d. Data Hiding e. Data Abstraction etc


What is data hidding in oop?

Data hiding in OOP refers to the practice of hiding the internal state of an object from the outside world. This is achieved by encapsulating the data within the object and only allowing access to it through specified methods, known as getters and setters. By hiding the data, we protect it from being modified unintentionally and improve the integrity of the object's internal structure.


How is decoupling achieved in Java programs?

Decoupling is achieved in Java programs through the parser code. To debug the decoupling achieved in Java, run the source code over the parser code first.


What is data binding in java?

Data binding is basically a technique for binding two data/information sources together and maintaining a synchronization of data.You usually achieve this with two data/information sources with different languages as in XML data binding or in fact using Java, Java UI elements to Java objects.


Is button a data type in Java?

In Java, just about anything is defined as a class; a class is a data type, so yes.


How do you convert java data to SQL data?

kill urself


What are Java Data Objects used for?

The Java Data Objects AVI is used primarily by application programmers and it helps the programmer by storing the Java Domain into a persistent store or database.


Is float is a keyword in java?

yes, float is keyword and data type in java


Provide information on java data objects?

Information on Java data objects can be found on several websites that offer Java tutorials. Among these websites are the Oracle website and also Wikipedia.


Which tools are used in robust video data hiding using forbidden zone data hiding?

RA(Repeat Accumulator)


Does java supports unsigned data types?

No, in Java, only signed numbers are defined.