Buy Questpond's video subscriptions on
huge discount
.
Online: 2102
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
> VB.NET
VB.NET Exclusive Interview Questions and Answers (11) - Page 1
A joint initiative from DotNetFunda.Com and Questpond.
A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.
11 records found.
Post Interview
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Interviews Home
Get 650+ Questpond's Interview videos on discount
Loading ...
What are the extensions of VB.NET project and solution ?
Extension of Solution in VB.NET is ( .sln) and the Project extension is ( .vb).
Can one solution contain multiple projects in different languages?
Yes.
Can the entry point Main method be declared as private?
No
What is the best way of passing data from parent process to a console based child process?
Through commandline arguments
What does Return value of Main used for?
Return value of Main used by the current application to communicate its state to the parent process when the application terminated.The integer return value can be predefined with some meaning.It can also be called as Exit Code of an application.
Mostly the console based applications are developed in situations where the application should run as a)a top level process b)as child process c)either a or b d)none
c)either a or b
The entry point method Main in a class is marked as
NOTE: This is objective type question, Please click question title for correct answer.
Can we force the activation of Garbage Collection if yes How?
Yes we can force but its not recommeded to do so. Method is GC.Collect()
Can a contructor be invoked explicitly
Yes, but only from another contructor of same class. We cannot otherwise call a contructor of one class from anyother location.
Explain the concepts of keyword Must Inherit in VB.NET .
Class methods and properties must be stated as Overridable to allow inheritance. Also if a class has to inherit from a base class, it must state the methods that are overridden with the Overrides keyword. If a class cannot be inherited from, this must be indicated with the NotInheritable keyword.
Can Object have a name?
Name of the object is the reference to the object and one object can have multiple references/names
1
More VB.NET Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Exclusive Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML