Answer Posted / uma n
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.
Is This Answer Correct ? | 36 Yes | 10 No |
Post New Answer View All Answers
Which dll is used for microsoft .net run time?
Explain about jagged arrarys ?
Name and explain some of the exclusive features which are present in vb?
How vb implements the disconnected architecture as like vb.net?
Describe about visual basic.net?
How do you retrieve the customized properties of a .net application from xml .config file?
Write a VB.Net console program to check whether a number is perfect or not.
What are the shared variables?
How many languages are supported by .net?
What is global assembly cache (gac)?
What do you mean by Redim in VB.NET?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
What is the main use of a namespace?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
Explain the difference between an xml "fragment" and an xml "document."