Multiple Choice
What is the output of this code sequence?
String word = "Java";
System.out.println( word.length( ) ) ;
A) 0
B) 1
C) 4
D) 5
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: The operations for a class are called
Q21: What is the value of the expression
Q22: In which package is the class DecimalFormat?<br>A)
Q23: The accessors are the get methods.
Q24: When writing code, you can include two
Q26: Wrapper classes define an instance variable of
Q27: Why do you think the String class
Q28: Which keyword allows you to use a
Q29: In what package is the class Scanner?<br>A)
Q30: Write a Java statement to import the