0
class A {
    String mStr;
    A() {
        if (mStr == null) {
            // Does Java guarantee the execution will ALWAYS come here?
        }
    }
}

My question is embedded in the code above.

xmllmx
  • 37,882
  • 21
  • 139
  • 300

0 Answers0