retagged by
1,000 views

1 Answer

2 votes
2 votes

Option A java

Platform independent language means once compiled you can execute the program on any platform (OS). Java is platform independent. Because the Java compiler converts the source code to bytecode, which is Intermidiate Language. Bytecode can be executed on any platform (OS) using JVM( Java Virtual Machine)

Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 31, 2020
683 views
Earlier name of Java programming language was:OAKDNetbeanEclipse
0 votes
0 votes
1 answer
2
admin asked Mar 31, 2020
6,444 views
Given a class named student, which of the following is a valid constructor declaration for the class?Student student(){}Private final student(){}Student(student s){}Void ...
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
977 views
An object can have which of the following multiplicities?ZeroMore than oneOneAll of the above
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
1,534 views
By which technology do we separate our business logic from the presentation logic?ServletJSPBoth (A) & (B)None of the above