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 |
1 byte is equal?
Name some GPO settings in the computer and user parts.
You work as the application developer at Certkiller .com. The global cache contains an assembly named Certkiller Ass10. You are busy working on an assembly named Certkiller Ass09. Certkiller Ass9 includes a public method. You want the public method to be called from only Certkiller Ass10. Choose the permission class which you should use.
What is software deployment? how we do software deployment?
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 the process to check server health
What is application server and Web server? Difference between Application server and Web Server? give example of both?
What is the Difference between Fat32 and NTFS partion?
what the differences are among domain local groups, domain global, and universal groups
Why can't you restore a DC that was backed up 4 months ago?
A user claims he did not receive a GPO, yet his user and computer accounts are in the right OU, and everyone else there gets the GPO. What will you look for?
Name a few benefits of using GPMC.