Here is my class, where i am concatenating two string. String concatenate with null using + operator execute smoothly but throws NullPointerException
null
NullPointerException
Initializing a null String with "" should work.
""