Computer Science, asked by sumanreddyk6161, 10 months ago

what is java?how do it work​

Answers

Answered by Anonymous
2

Answer:

please mark as brainliest

Explanation:

How Java Works (in a nutshell) Java works by first compiling the source code into bytecode. Then, the bytecode can be compiled into machine code with the Java Virtual Machine (JVM). Java's bytecode can run on any device with the JVM which is why Java is known as a “write once, run anywhere” language.

Answered by Anonymous
17
Java is a widely used programming language expressly designed for use in the distributed environment of the internet. ... Java can be used to create complete applications that may run on a single computer or be distributed among servers and clients in a network.

Java works by first compiling the source code into bytecode. Then, the bytecode can be compiled into machine code with the Java Virtual Machine (JVM). Java’s bytecode can run on any device with the JVM which is why Java is known as a “write once, run anywhere” language.

Of course, this is a slightly simplified version of how Java works. There’s actually much more to it. On a technical level, when writing a simple “Hello World” program with Java, the data makes several stops before it ends up as text on a screen. A more thorough explanation is given, almost comically, by my fellow University student; Sohail Ahmed Ansari.

 <marquee behaviour-move><font color="red pink"><h1>#phenomenol</ ht></marquee>
Attachments:
Similar questions