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
61 May 6, 2020
Computer Science » Which of the following is a constant, according to Java naming conventions? New
Started by CQXA
102 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
164 May 6, 2020
Computer Science » The expression (int)(76.0252175 * 100) / 100 evaluates to ________. New
Started by danielfitts88
83 May 6, 2020
Computer Science » You can define a constant twice in a block. New
Started by tfester
814 May 6, 2020
Computer Science » To assign a double variable d to a float variable x, you write ________. New
Started by a0266361136
94 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
65 May 6, 2020
Computer Science » To obtain the current hour in UTC, use ________. New
Started by corkyiscool3328
101 May 6, 2020
Computer Science » Analyze the following code.public class Test { public static void main(String[] args) {int month = ... New
Started by TFauchery
81 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
102 May 6, 2020