VB .Net Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
How VB Implements the Disconnected Architecture as like VB.Net? | What is difference between import System.Data.SqlClient,System.Data.Oledb? |