Computer Science, asked by arushisrivastava, 7 months ago

java is a platform independent language .. True or false​

Answers

Answered by RishikaKarothiya
1

Answer:

False

Explanation:

Java is a class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Request: please mark me as the brainliest

Answered by adventureisland
0

Java is a platform-independent language True.

Java platform-independent language:

  • The ability of compiled java to run on any operating system is referred to as platform independence.
  • A program is written in a human-readable language. It could contain words, sentences, or other material that you don't recognize.
  • To be understood by the computer, the source  must be written in a machine-readable language, often a machine-level language.
  • As a result, you'll require a compiler.
  • The compiler converts high-level (human) language into machine language.

Similar questions