Important Instructions:
- Total Number Of Questions : 10
- Passing Marks : 7
- Each Question Carry 1 Mark, No Negative Marking.
- Do Not Refresh The Page.
- This Is A FREE Online Test, DO NOT Pay Money To Anyone To Attend This Test.
- Best Of Luck…
Results
-
Congratulation…
You Have Passed The Test, You Should Try To The Next One…!!
Unfortunately…
You Did Not Pass. Why Not Try It Again?
#1. All code inside "finally" block is guaranteed to execute irrespective of whether an exception occurs in the "protected" block or not.
#2. Which of the following unary operators can be overloaded?
Select all that apply:
#3. What is the output of the C#.NET code snippet given above?
#4. Which of the following is the root of the .NET type hierarchy?
#5. Which of the following statements is correct about Managed Code?
#6. Suppose 'n' is a variable of the type Byte and we wish to put OFF its fourth bit (from right) without disturbing any other bits. Which of the following statements will do this correctly?
#7. Which of the following statements is correct about Bitwise ^ operator used in C#.NET?
#8. Which of the following statements are correct about the 'this' reference?
#9. Which of the following statements are correct about objects of a user-defined class called 'Sample'?
Select all that apply:
#10. Which of the following statements are correct about Structures used in C#.NET?
Select all that apply: