diff b/w windows and console application?

Answers were Sorted based on User's Feedback



diff b/w windows and console application?..

Answer / vikas ku gupta

windows forms provide the graphical user interface (GUI)
where as console is the character user interface(CUI)
you have to use the hard code to develope the application
using console, lots of thing you must remember where as the
windows forms development is more user friendly and easy to
use.

Is This Answer Correct ?    40 Yes 6 No

diff b/w windows and console application?..

Answer / subhash - netedge computing

difference between a console application and a Windows
application is the way in which the program gets user
input. A console application gets keyboard input through
the Console.Read or Console.ReadLine methods; a Windows
Forms application gets keyboard (and other) input through
events.

Is This Answer Correct ?    26 Yes 9 No

diff b/w windows and console application?..

Answer / as

main difference is console application take less space in
memory then window application.

Is This Answer Correct ?    6 Yes 2 No

diff b/w windows and console application?..

Answer / b.nagaraju

windows napplication is the GUI based. and console is the
CUI based.(character user interface).it is text based.
the main difference is the console application is take less
space in memory then window application..

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Which classes a dll can contain?

0 Answers  


What is an abstract class?

4 Answers  


Can we use Vb.Net and C# language simultaneously in one .Net application?

0 Answers   PUCIT,


List the types of authentication?

0 Answers  


Explain the difference between import system.data.sqlclient and system.data.oledb?

0 Answers  






wht is the use of console application?

3 Answers   MRB,


What are the differences between server-side and client-side code?

0 Answers  


Explain enumerator?

0 Answers  


What is difference between Abstract Class and Interface?

3 Answers  


Explain the difference between thread and process?

0 Answers  


How many languages are supported by .net?

0 Answers  


Explain about visual basic.net?

0 Answers  


Categories