Advertisements
Advertisements
Question
Generally, a computer language uses either compiler or interpreter (a set of programs) to convert source code into object code. But Java, a case sensitive language, uses both the translators (i.e., compiler as well as interpreter). Firstly, compiler converts the Java source code into an intermediate code which is further converted into machine code with the help of an interpreter.
Based on the above discussion, answer the following questions:
- Which of the following statement is true?
- Java compiler is a hardware.
- Java compiler is a software but interpreter is a hardware.
- Both the translators are hardware.
- Both the translators are software.
- The intermediate code is referred to as:
- Byte code
- Assembly code
- ASCII code
- Unicode
- Java interpreter is also known as:
- Artificial machine
- Virtual machine
- Real machine
- Normal machine
- What is meant by a case sensitive language?
- It understands only lowercase letters.
- It understands only uppercase letters.
- It distinguishes between lowercase and uppercase letters.
- It doesn't distinguish between lowercase and uppercase letters.
Answer in Brief
Solution
- iv. Both the translators are software.
- i. Byte code
- ii. Virtual machine
- iii. It distinguishes between lowercase and uppercase letters.
shaalaa.com
Is there an error in this question or solution?