-
What is abstraction?
A) Hiding the complex behaviors of the object from real worldB) Exposing the all the behaviors of the object to out sideC) Binding methods & properties of an object togetherExplanation: Abstraction is the level to which the object hides the complexities of the real world
-
How do we refer a namespace to an VB.Net project
A) With the help of Using KeywordB) With the help of Imports keywordC) With the help of Inherits keyword
-
When does an Application Exception occurs
A) When a non-fatal error occursB) When a Null argument is passed & can not be accepted as nullC) When a recoverable exception occursExplanation: Application Exception is thrown when a fatal exception occurs for which CLR has no idea about the cause.
-
Where do you fing Invalid Character Exception
A) System.B) System. DataC) System.Webservices.Protocols
-
-
-
What is the full form WSDL
A) Web Services Description LanguageB) Web Services Development LanguageC) Web Site Development Language
-
Which of the following protocol is used in WebServices?
A) HTTPB) SOAPC) WSDLExplanation: Sipmle Object Access Protocol is used for web services
-
How do you add Web Methods in VB.Net
A) Add keyword to Method signatureB) Add [WebMethod] on top of the Method SignatureC) Add {WebMethod} on top of the Method Signature
-
Vb.Net classes can be derived in C#
A) TrueB) FalseExplanation: Since VB.Net Adheres to Common Type syetsm it is possible to Derive a class written in VB.Net in C#.
-
-
MessageBox class In VB.NET 2005
Message boxes are often used objects. They are derived form Form Class, displayed modally and used to take user’s acknowledgement and also inform the user or alert the user of any thing that needs to be informed or alerted.
You cannot create a new instance of the System.Windows.Forms.MessageBox class. To display a message box, call the static method System.Windows.Forms.MessageBox.Show.... -
Explain about Assemblies, native assemblies, and the Global Assembly Cache ">
Explain about Assemblies, native assemblies, and the Global Assembly Cache
The primary unit of deployment is the assembly. The assembly is used by the .NET CLR as the smallest unit of deployment; version control; security; type grouping and code reuse. An assembly will consist of a manifest and one or more modules or files.
It can be defined as a logical DLL that contains a manifest, type metadata, MSIL and resources. Assemblies can be application private... -
-
-
-
-
-
-
VB.NET Interview Questions
Ans