VB .NET Interview Questions and Answers
Here you can find VB .NET Interview Questions and Answers.
Why VB .NET Interview Questions and Answers Required?
In this VB .NET Interview Questions and Answers section you can learn and practice VB .NET Interview Questions and Answers to improve your skills in order to face
technical inerview by IT companies. By Practicing these interview questions, you can easily crack any VB .NET interview.
Where can I get VB .NET Interview Questions and Answers?
AllIndiaExams provides you lots VB .NET Interview Questions and Answers with proper explanation. Fully solved examples with detailed answer description. All students,
freshers can download VB .NET Interview Questions and Answers as PDF files and eBooks.
How to solve these VB .NET Interview Questions and Answers?
You no need to worry, we have given lots of VB .NET Interview Questions and Answers and also we have provided lots of FAQ's to quickly answer the questions in the VB
.NET technical interview.
VB .NET Interview Questions and Answers
What is VB.NET?
VB.Net is a windows based programming language.It supports oops concept.
VB .NET Interview Questions and Answers
What are all the parts of VB .NET?
Common Language Runtime
VB .NET Class Library
VB .NET Interview Questions and Answers
What is Difference between Namespace and Assembly?
Namespace is a collection of different classes.
Whereas an assembly is the basic building blocks of the VB .NET.
VB .NET Interview Questions and Answers
What is the difference between early binding and late binding?
Calling a non–virtual method, decided at a compile time is known as early binding.
Calling a virtual method (Pure Polymorphism), decided at a runtime is known as late binding.
VB .NET Interview Questions and Answers
What is Intermediate Langauge?
Microsoft Intermediate Language(MSIL or IL) is the CPU -independent instruction set into which VB .NET programs are compiled.
It contains instructions for loading, storing initializing, and calling methods on objects.
VB .NET Interview Questions and Answers
What is Commom Language Runtime?
CLR also known as Common Language Run time provides a environment in which program are executed, it activate object, perform security check on them, lay them out in
the memory, execute them and garbage collect them.
VB .NET Interview Questions and Answers
What is Common Type System?
The common type system is a rich type system, built into the common language runtime, which supports the types and operations found in most programming
languages.
VB .NET Interview Questions and Answers
What is Common Language Specification?
The Common Language Specification is a set of constructs and constraints that serves as a guide for library writers and compiler writers.
VB .NET Interview Questions and Answers
What’s the difference between private and shared assembly?
Private assembly is used inside an application only and does not have to be identified by a strong name.
Shared assembly can be used by multiple applications and has to have a strong name.
VB .NET Interview Questions and Answers
What are the technology areas that Microsoft.Net contains?
.Net Framework
.Net Enterprise Servers
.Net Languages and language tools
- Page 4