Multiple Choice
The syntax that declares a Java named constant named SALES_TAX is:
A) double SALES_TAX = 7.50;
B) public double SALES_TAX = 7.50;
C) public static double SALES_TAX = 7.50;
D) public static final double SALES_TAX = 7.50;
Correct Answer:

Verified
Correct Answer:
Verified
Q35: The modulus operator,%,returns the remainder of integer
Q36: A variable of type boolean can be
Q37: The hardest kind of error to detect
Q38: In Java,a block comment is delimited by:<br>A)*/
Q39: In Java,Strings are immutable objects.Immutable objects can
Q40: What does the String method trim)do? Give
Q41: Objects of type String are strings of
Q43: To mark a block comment for inclusion
Q44: Java is an object-oriented programming language.An object-oriented
Q45: Define high-level languages,machine language and low-level language.Explain