what is webapplication? what is windows application?
what is the extension for both . in what purpose we r using
webapplication. in which situation we r using windowns
application
Answer Posted / asim
web application means client and server(request and
response concept) interaction.web application are used when
ever the no of users are more .
extension depends on wht programming language is ur using
if it is asp or aspx for .net,jsp if its java server pages
windows application are used as desktop appliations this
are use in distributed application
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the role of the datareader class in ado.net connections?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
what class is underneath the sortedlist class?
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
What are nested classes in c#?
What does int32 mean in c#?
What is xor operation?
What is executescalar in c#?
What are destructors in C#?
How do you inherit a class into other class in c#?
What is bitwise operator in c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is native image generator (ngen.exe)?
What is interface inheritance in c#?
Is it possible to execute multiple catch block for a single try statement?