Computer Applications
Related Questions
A Java program developed and executed by the users without using web browser is known as:
- application
- applet
- object
- none
Java Virtual Machine (JVM) is an:
- interpreter
- compiler
- machine code
- byte code
Java is a case sensitive language. Which is the most appropriate statement with respect to this context?
- Upper and lower case letters are distinguished.
- Upper and lower case letters are ignored.
- Only lower case letters are distinguished.
- None.
Which of the following package is needed to find the square root of a number?
- java.text
- java.math
- java.lang
- None