answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is decoupling achieved in Java programs?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How data hiding is achieved in java?

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


What are the kinds of java programs?

the two types of java programs are Applet and application programs


Small Java-based programs are called?

Java applets


Does java script coding mean using it for Java programs only?

Java script coding is computer coding, many things require Java, and you need to have Java enabled to view these types of programs.


What are the uses of java database connectivity?

Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database.


Do you have to have java on your coumpter to run everything on your coumpter?

No; lots of programs run without Java. You only need the Java runtime to run programs specifically designed with Java technology.


Difference between java applets from java application?

Java applets are programs which we can embed in a webpage. It will act from server to client machine. But java can be used to make stand alone programs also. These programs will include games, freewares and all.


What is the providence of US?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


What is the best compiler can be used to create Java programs?

A Java compiler.


What is the use of providing jre?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


Does java charge you monthly?

Java itself is freely distributed. You may have to pay for programs written in Java, however.


WHO convert high level program in to machine language programs?

Nobody. Conversion from high-level encoding to low-level encoding is achieved via software, either by a compiler (compiled languages) or by an interpreter (interpreted languages). Some languages, such as Java, use both; compiling to Java byte code which is then interpreted by the Java virtual machine.