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
  • 39,765
  • 26
  • 162
  • 323

0 Answers0