Examlex

Solved

What Does the Following Statement Sequence Print? String Str =

question 26

Multiple Choice

What does the following statement sequence print? String str = "Java";
Str += " is powerful";
System.out.println(str) ;


Definitions:

Related Questions