answersLogoWhite

0


Best Answer

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

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

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.

This answer is:
User Avatar

User Avatar

Learn bay

Lvl 8
2y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

No, Java is a high-level programming language.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

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

This answer is:
User Avatar

User Avatar

Wiki User

15y ago

Yes, HTML is a high level language.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

yes it is a high level language.

This answer is:
User Avatar

User Avatar

Wiki User

7y ago

yes

This answer is:
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
Related questions

Is COBOL a lower-level programming language?

No, it is a high-level programming language.


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


What is the meaning of ten high level programming language?

'ten' is a number; google for 'high level programming language'


Why c is called high level language?

Because C is one of the high level programming languages. Other examples: Pascal, Fortran, List, JavaScript, APL


Is scheme is an high level language?

Scheme is a functional programming language and a high level language.


Is PHP a high level programming language?

Yes, PHP is a high level programming language because it provides abstraction from the details of the computer.


Is RSS a high level language?

No, it's not a programming language.


What is a programming language for the PS2?

High Level Compiled Language


What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


Why is high level language preferred in modern programming?

High level programming languages are easier for humans to both read and maintain.


What is the main feature of the c programming language?

High-level language with low-level abstractions.