Pinned

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...
Apr 9, 20221 min read