Home / Report Question

Q. What is the result of: String s = null; s += "Java"; System.out.println(s);
  • A. Java
  • B. nullJava
  • C. null
  • D. Runtime error