Select from following answers:- It logically represents a single value,similar to primitive types (integer, double, and so on).
- It has an instance size smaller than 16 bytes.
- It is immutable (whose state cannot be modified after it is created).
- It will not have to be boxed frequently.
- All Above
Above statements are considered when we are going to use Structures.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator