Computer Applications
A Java program developed and executed by the users without using web browser is known as:
- application
- applet
- object
- none
Java Intro
73 Likes
Answer
application
Reason — Java application is a Java program that is developed to run on a computer without any help of a web browser.
Answered By
31 Likes
Related Questions
Who developed Java?
- James Gosling
- Robert James
- Bjarne Stroustrup
- 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