Computer Applications
State whether the following statement is True or False :
Java programs can be compiled and executed on BlueJ platform.
Input in Java
10 Likes
Answer
True
Answered By
3 Likes
Related Questions
A Java statement is given as:
if((a!=b)&&(a==c))Which of the following statements is true?
- b is the smallest number
- b is the greatest number
- a is the smallest number
- Both (a) and (b)
Which of the following logical operators results in true when all the connecting conditions are true?
- !
- ||
- &&
- !=
State whether the following statement is True or False :
In assignment, the data values are readily available in Java program.
State whether the following statement is True or False :
The control skips some lines in a normal flow of control.