You Scored:
Ranking:
Past Papers Visual Basics Solved MCQs Questions Answers
1. Choose the (Answer) statement about a delegate in VB.NET?
1. It is a type-safe function pointer
2. All of the above statements are (Answer) for a delegate (Answer)
3. A delegate is a strongly type function pointer
4. Delegates are used to create associations between events and event handlers in VB.NET
2. The methods declared with the following modifiers are not accessible out side the current VB.NET project?
1. Protected
2. Friend (Answer)
3. Public
4. None of these
3. If no access modifier is specified for a class, it is considered ---------?
1. Public (Answer)
2. Private
3. Protected
4. Friend
4. Which of the following information is contained in the assembly manifest?
1. Files
2. All of the above (Answer)
3. Security Permissions
4. Identity
5. Which of the following is not a method of Debug class?
1. Open( ) (Answer)
2. All of above
3. Flush( )
4. Assert( )
6. Default properties are always a parameterized property?
1. False
2. True (Answer)
7. ----------- protects system resources from unauthorized calls?
1. Code-based security (Answer)
2. Role-based security
8. Which of the following control can contain other controls?
1. All of the above (Answer)
2. GroupBox
3. Panel
4. TabPage
9. Which of the following is not true for Shared members?
1. They can be accessed using the type name
2. They are accessed using instance name (Answer)
3. They can be accessed without creating an instance of the type.
4. Shared members belong to the type but not to any instance of a type
10. COMException class is a part of --------?
1. System. Data
2. System.XML
3. All of them
4. System.Runtime.Interopservices (Answer)