Computer Science, asked by prateek317, 10 months ago

brief introduction of java in long answer ​

Answers

Answered by deeksha7790
8

Answer:

Heya your answer goes like this

JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation. It was developed by James Gosling and Patrick Naughton. It is a simple programming language. Writing, compiling and debugging a program is easy in java. It helps to create modular programs and reusable code.

JAVA was developed by Sun Microsystems Inc in 1991, later acquired by Oracle Corporation. It was developed by James Gosling and Patrick Naughton. It is a simple programming language. Writing, compiling and debugging a program is easy in java. It helps to create modular programs and reusable code.Java terminology

Before we start learning Java, lets get familiar with common java terms.

Before we start learning Java, lets get familiar with common java terms.Java Virtual Machine (JVM)

Before we start learning Java, lets get familiar with common java terms.Java Virtual Machine (JVM)This is generally referred as JVM. Before, we discuss about JVM lets see the phases of program execution. Phases are as follows: we write the program, then we compile the program and at last we run the program.

Before we start learning Java, lets get familiar with common java terms.Java Virtual Machine (JVM)This is generally referred as JVM. Before, we discuss about JVM lets see the phases of program execution. Phases are as follows: we write the program, then we compile the program and at last we run the program.1) Writing of the program is of course done by java programmer like you and me.

2) Compilation of program is done by javac compiler, javac is the primary java compiler included in java development kit (JDK). It takes java program as input and generates java bytecode as output.

3) In third phase, JVM executes the bytecode generated by compiler. This is called program run phase.

Hope it helps! :)

Answered by vamshigorikanti
1

java is the web designing page we can learn with the help of java

Similar questions