Question List for "Java Software Solutions: Foundations of Program Design"

  Topics Views Last post
Programming and Graphic Design » If x is a string, then x = new String("OH"); and x = "OH"; will accomplish the same thing. New
Started by jhjkgdfhk
68 Aug 30, 2020
Programming and Graphic Design » What value will z have if we execute the following assignment statement? int z = 50 / 10.00; New
Started by jc611
168 Aug 30, 2020
Programming and Graphic Design » The String "A nice box" is drawn New
Started by joblessjake
57 Aug 30, 2020
Programming and Graphic Design » Explain, in words, what the following statement computes: int z = (int) Math.ceil(Math.sqrt(x) / ... New
Started by Jipu 123
277 Aug 30, 2020
Programming and Graphic Design » Since you cannot take the square root of a negative number, you might use which of the following ... New
Started by sdfghj
54 Aug 30, 2020
Programming and Graphic Design » There are three ways that data conversion may occur-by assignment, by promotion, by casting. New
Started by cmoore54
61 Aug 30, 2020
Programming and Graphic Design » If x is an int and y is a float, all of the following are legal except which assignment statement? New
Started by bclement10
61 Aug 30, 2020
Programming and Graphic Design » Consider the double value likelihood = 0.013885. What would be output if DecimalFormat dformatter = ... New
Started by Tazate
124 Aug 30, 2020
Programming and Graphic Design » A Java variable is the name of a New
Started by jace
91 Aug 30, 2020
Programming and Graphic Design » There are a number of reserved words in Java that have no current meaning (denoted with an * in ... New
Started by sam.t96
99 Aug 30, 2020