Challenger App

No.1 PSC Learning App

1M+ Downloads
Java is an example for .....

Alowlevel language

Bassembly language

Cmachine language

Dhighlevel language

Answer:

D. highlevel language


Related Questions:

What does SQL refer to ?
In VB, Option button can be grouped in a. ............ control.
Which among the programming languages belongs to the open source category ?

What is the value of sum after the execution of the following code?

int sum = 0;

for (int i = -5; i<=;i++)

{

         if (!i) break;

         sum += i;

}

 

 

Which of the following is a programming Language ?