You work as the application developer at Certkiller .com.
You must identify which
specific type meets this criteria: ?
Is always a number.?
Is not greater than 65,535.
Select the type you should use to meet the criteria
Answers were Sorted based on User's Feedback
Answer / gaaa
A. Choose System.UInt16
B. Choose int
C. Choose System.String
D. Choose System.IntPtr
Answer: A
Explanation: System.UInt16 is the most efficient type for
storing positive whole
numbers up to 65,536.
An int type could be used but it is a lot wider than necessary.
System.String is intended for storing immutable strings.
System.IntPtr is a pointer to a memory address and it's size
is determined by the runtime
platform. It is primarily used for interoperation.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / grapevine
-14 is a number not greater than 65,536
so A couldn't be right.
But it is if MicroSoft says so....
Is This Answer Correct ? | 0 Yes | 1 No |
What FSMO placement considerations do you know of?
what is file server . and how to configure ?
You work as the application developer at Certkiller .com. To get information on a specific method named myMethod, you use Reflection. You need to find out if myMethod can be accessed from a derived class. Which of the following properties should you call from the myMethod class?
What is forest?
Name some OU design considerations.
What is the KCC?
how to take back up in laptop when windows is crashed
What is Micro soft?
Peer to Peer Network belong to which topology? a.ring b,bus c Star d None
What is Site?
How can I override blocking of inheritance?
Where is the AD database held? What other folders are related to AD?