VB .Net Question:
Download Questions PDF

What is the use of console application?

Answer:

Console Applications are command-line oriented applications that allow us to read characters

from the console, write characters to the console and are executed in the DOS version. Console
Applications are written in code and are supported by the System. Console namespace.

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
How VB Implements the Disconnected Architecture as like VB.Net?What is difference between import System.Data.SqlClient,System.Data.Oledb?