Computer Science, asked by sameeksha31, 1 year ago

Conceptual Questions
Section A : Objective Type Questions
How would you describe Java ?
(a) a programming language
(b) a platform
(c) both (a) and (b)
(d) none of the above
2. Java applications are
(a) very big
(b) very small
(c) platform independent
(d) platform dependent
3. Which of the following is the reason of Java programs' platform independence
(a) Java compiler
(b) Java virtual machine
(C) Java byte code
(d) all the above

Answers

Answered by siddhartharao77
6

Conceptual Answers:

(1) - (c)

Java is both a programming language and a platform. It is a platform for application development.

(2) - (c)

Java applications are platform independent i.e source code of java can run on all operating systems.

(3) - (B)

Java is called as platform independent because of Java virtual machine.

Hope it helps!


Swetha02: Super!!!
siddhartharao77: thanks
sameeksha31: thanku
siddhartharao77: Welcome
Answered by Anonymous
0

The answers for the conceptual questions are:

Option(C)

Option(C)

Option(B)

Similar questions