Community

Java & Struct/Value Type Benefits & How to Obtain Them

(Member 13797506) If you are familiar with structs (value types), you may have wondererd why Java does not support them yet. While objects in Java are great for common usage, in those cases where performance and memory really matters, structs would be ideal.