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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -