Breaking News
Loading...
Tuesday, August 7, 2012

VB.Net Interview Question and Answers 7

Tuesday, August 07, 2012
91. How many namespaces are in .NET version 1.1?
124.

92. What is a DataSet?
A DataSet is an in memory representation of data loaded from any data source

93. What is the difference between in-proc and out-of-proc?
An Inproc is one which runs in the same process area as that of the client giving tha advantage of speed but the disadvantage of stability becoz if it crashes it takes the client application also with it.
Outproc is one which works outside the clients memory thus giving stability to the client, but we have to compromise a bit on speed.

94. What is the differnce between Managed code and unmanaged code?
Managed Code: Code that runs under a "contract of cooperation" with the common language runtime. Managed code must supply the metadata necessary for the runtimeto provide services such as memory management, cross-language integration, code access security, and automatic lifetime control of objects. All code based on Microsoft intermediate language (MSIL) executes as managed code.
Un-Managed Code:Code that is created without regard for the conventions and requirements of the common language runtime. Unmanaged code executes in the common language runtime environment with minimal services (for example, no garbage collection, limited debugging, and so on).

95. What is difference between constants, readonly and, static?
Constants: The value can’t be changed.
Read-only: The value will be initialized only once from the constructor of the class.
Static: Value can be initialized once.

96. What is the difference between Convert.toString and .toString() method?
Convert.toString handles null while i.tostring() does not handles null.

97. What are the advantages of VB.NET?

The main advantages of .net are :
  • .NET is a language independent
  • Automatic memory management(garbage collection)
  • Disconnected architecture
  • Object Oriented.
98. What is strong-typing versus weak-typing?
Strong type is checking at the variables in compile time.
Weak typing is checking the variables at run-time.

99. What is the root class in .Net?
system.object is the root class in .net .

100. What is the maximum size of the textbox?
65536

<< 1 2 3 4 5 6 7 8 >>

Share This :
Tags: VB.Net interview question and answers, VB.Net interview questions and answers, VB.Net VB.Net interview questions and answers, VB.Net technical interview questions and answers, advanced VB.Net interview questions, download VB.Net interview questions, interview for VB.Net, interview VB.Net question, interview VB.Net questions, interview question answer in VB.Net, interview question for VB.Net, interview question in VB.Net, interview question on VB.Net, interview questions for VB.Net developer, interview questions in VB.Net, interview questions VB.Net,oops interview questions in VB.Net,VB.Net advanced interview questions,VB.Net developer interview questions,VB.Net interview faq,VB.Net interview faqs,VB.Net interview questions,VB.Net interview question,VB.Net interview question and answer,VB.Net interview question and answers, VB.Net interview question answer, VB.Net interview question answers,VB.Net interview question with answer,VB.Net interview question with answers,VB.Net interview questions, VB.Net interview questions & answers, VB.Net interview questions and answer, VB.Net interview questions and answers,VB.Net interview questions answer, VB.Net interview questions answers, VB.Net interview questions doc, VB.Net interview questions free download, VB.Net interview questions with answers, VB.Net interview quetions, VB.Net interview question,VB.Net interview questions, VB.Net interview test, VB.Net interview tips, VB.Net job interview, VB.Net VB.Net interview question, VB.Net VB.Net interview questions, VB.Net VB.Net interview questions and answers, VB.Net oop interview questions, VB.Net programmer interview, VB.Net programming interview, VB.Net programming interview questions, VB.Net questions interview, VB.Net technical interview, VB.Net technical interview question, VB.Net technical interview questions, VB.Net technical interview questions and answers, technical interviews PDF VB.Net, technical interviews VB.Net VB.Net.

0 comments:

Post a Comment

 
Toggle Footer