Learning on Java
Null check is required before call of a function
synchronized is critical section
Exception chaining
String is immutable
== comparing the address, use .equals instead
Refer to
https://www.javatpoint.com/
synchronized is critical section
Exception chaining
String is immutable
== comparing the address, use .equals instead
Refer to
https://www.javatpoint.com/
Comments
Post a Comment