Question List for "Introduction to Java Programming, Comprehensive Version"

  Topics Views Last post
Computer Science » If you attempt to add an int, a byte, a long, and a float, the result will be a ________ value. New
Started by magmichele12
38 May 6, 2020
Computer Science » Which of the following is a constant, according to Java naming conventions? New
Started by CQXA
63 May 6, 2020
Computer Science » You can always assign a value of long type to a variable of int type without loss of precision. New
Started by gonzo233
145 May 6, 2020
Computer Science » You can define a constant twice in a block. New
Started by tfester
470 May 6, 2020
Computer Science » The expression (int)(76.0252175 * 100) / 100 evaluates to ________. New
Started by danielfitts88
53 May 6, 2020
Computer Science » Which of the following statements are the same?(A) x -= x + 4(B) x = x + 4 - x(C) x = x - (x + 4) New
Started by EY67
25 May 6, 2020
Computer Science » To obtain the current hour in UTC, use ________. New
Started by corkyiscool3328
83 May 6, 2020
Computer Science » Analyze the following code.public class Test { public static void main(String[] args) {int month = ... New
Started by TFauchery
51 May 6, 2020
Computer Science » What is i printed?public class Test { public static void main(String[] args) {int j = 0;int i = ++j ... New
Started by dalyningkenk
72 May 6, 2020
Computer Science » To add number to sum, you write ________. (Note: Java is case-sensitive.) New
Started by mydiamond
45 May 6, 2020