what is java program
Answers
Answered by
0
Answer:
Java program consists of instructions that will be executed on a machine to perform a task as an example say arrange given integers in ascending order. This page contains sample programs for beginners to understand how to use Java programming to write simple Java programs.
Answered by
1
Answer:
Java is a class based high level object oriented programming language.
Explanation:
Java programming language is an object oriented programming language because it has a concept of classes and object.
Java is a high level programming language because the syntax and words of Java programming language is related to mathematics and English.
Java is a class based language because in every program of Java we have to create a class and class is compulsory to write the program of Java without class we cannot write a Java program and we cannot run a Java program.
Similar questions