Multiple Choice
If you want to store into the String name the value "George Bush", you would do which statement?
A) String name = "George Bush";
B) String name = new String("George Bush") ;
C) String name = "George" + " " + "Bush";
D) String name = new String("George" + " " + "Bush") ;
E) Any of the above would work
Correct Answer:

Verified
Correct Answer:
Verified
Q7: Unlike the String class where you must
Q34: Assume that a = "1", b =
Q64: Write the paint method for an applet
Q67: Consider the following paint method and answer
Q69: Which of the following is True regarding
Q70: Assume that x is a double that
Q73: The Java graphics coordinate system is similar
Q74: Since you cannot take the square root
Q77: What is output with the statement System.out.println(x+y);
Q77: What is output with the statement System.out.println(x+y);