Solved

String Example1 = "";

Question 46

Essay

String example1 = "";
String example2 = null;
String example3;
There is an important difference between empty String s and null String s. Explain the differences and why it is important when making String comparisons.

Correct Answer:

verifed

Verified

The empty String example1 references a m...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions