GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Programming  >  VB.NET

 Print  |  
Question:  When you a create a console application in VB.NET which of the following files are added by default to the project

Answer: A) Assembly info file and a Class file
B) Assembly info file and a Module file
C) Class file and a Module file


January 01, 2006 01:45:14 #1
 Venkat   Member Since: January 2006    Total Comments: 1 

RE: When you a create a console application in VB.NET ...
 
Assembly info file and a Module file with Sub Main() is added by default.
     

 

Back To Question