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

  Topics Views Last post
Programming and Graphic Design » The Java graphics coordinate system is similar to the coordinate system one finds in mathematics in ... New
Started by jCorn1234
57 Aug 30, 2020
Programming and Graphic Design » You specify the shape of an oval in a Java applet by defining the oval's New
Started by tichca
83 Aug 30, 2020
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
33 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
154 Aug 30, 2020
Programming and Graphic Design » The String "A nice box" is drawn New
Started by joblessjake
37 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
228 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
43 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
33 Aug 30, 2020
Programming and Graphic Design » A variable of type boolean will store either a 0 or a 1. New
Started by ETearle
159 Aug 30, 2020
Programming and Graphic Design » In Java, 'a' and 'A' are considered to be different values. New
Started by tfester
90 Aug 30, 2020