Boxing and Unboxing
In Java , every data type is either of type "Reference" or type "Primitive".
Reference Type : Any class , Interface or Array type is considered as Refernce type . Any variable of reference type can be set value "null".
Primitive Type : There are 8 Pr...
mssaggitarius.hashnode.dev1 min read