c# - Does Java make distinction between value type and reference type -
c# makes distinction of two. java same or differently?
in java, objects , enums reference types, , primitives value types. distinction between 2 same in c# respect copy semantics, cannot define new value type in java.
Comments
Post a Comment