answersLogoWhite

0

Yes.

The easiest way to categorize a programming language as "high level" is to actually determine whether or not it is a low-level language. The typical definition of a low-level language is one which does not require a compiler or interpreter to run. Basically, a high-level language is one which needs to be turned into a low-level language (bytecode/assembly instructions) before it can execute.

Java source code needs to be compiled into Java bytecode so that it can run in the Java Virtual Machine (JVM). The JVM then interprets/compiles the bytecode so that it can run on the host machine.

In summary: Java code cannot run directly on a machine, therefore it is not a low-level language. This would put it in the high-level language category.

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
EzraEzra
Faith is not about having all the answers, but learning to ask the right questions.
Chat with Ezra
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
More answers

Yes. Javascript is an interpreted language and supported by a runtime system which provides garbage collection (those are two criteria commonly used to distinguish high-level languages). In addition, Javascript is an object-oriented language (albeit with an unusual inheritance model) and a functional programming language that supports closures and higher-order functions.

User Avatar

Wiki User

13y ago
User Avatar

Java is one of the High Level languages used by humans. After the commands given by users in Java language, the interpreter transforms it to Low Level (Machine) language, to interact with machine.

To learn more about data science please visit- Learnbay.co

User Avatar

Learn bay

Lvl 8
3y ago
User Avatar

JAVA is a high-level programming language. Low-level languages are those such as MASM.

User Avatar

Wiki User

13y ago
User Avatar

because java is coming in 3rd generation language.java can support any platform which runs any operating system.it is platform independent.thatswhy java is called highlevel langauge

User Avatar

Wiki User

13y ago
User Avatar

No, Java is a high-level programming language.

User Avatar

Wiki User

8y ago
User Avatar

Java is not machine language. Java is considered a high-level language, at least as compared to machine language.

User Avatar

Wiki User

12y ago
User Avatar

Yes, HTML is a high level language.

User Avatar

Wiki User

16y ago
User Avatar

yes it is a high level language.

User Avatar

Wiki User

15y ago
User Avatar

yes

User Avatar

Wiki User

9y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Is Java-script a high level programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp