Computer Applications
Related Questions
A Java program developed and executed by the users without using web browser is known as:
- application
- applet
- object
- none
Who developed Java?
- James Gosling
- Robert James
- Bjarne Stroustrup
- None
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