HOTSPOT - You are reviewing the following code that saves uploaded images. For each of the following statements, select Yes if the statement is true. Otherwise, select No. Each correct selection is worth one point. Hot Area:
It is No, No, Yes
Bytes[] is not a known size, so is NOT stored on the stack
Length is an int, which is a known size, so is NOT stored on the heap
Id is a Guid, which is a known size, which IS stored on the stack
This is correct, a GUID is a struct, so when created it's on the stack. In our case we have a struct, but Bytes[] is a reference type, so its storage is on the heap. Length is an int (value type) so it's storage is on the stack.
This is wrong - ignore.
Please can everybody avoid posting comments with such confidence unless you are 100% sure you are right - you're making the whole learning process a lot more confusing for people who don't know this stuff
upvoted 2 times
...
...
This section is not available anymore. Please use the main Exam Page.98-361 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
cdc
Highly Voted 3 years agoHashino
Most Recent 2 years, 4 months agoBoruc
2 years agoReDo
2 years, 3 months agoitexamsmicrosoft
1 year, 3 months agoitexamsmicrosoft
1 year, 3 months agoJamieS
7 months, 2 weeks agomatt11
11 months, 1 week ago