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 difference between code access and role based security?
what is the Difference between the public and private ?
Is typeof c#?
Explain the features of an abstract class in net.
Write one code example for compile time binding and one for run time binding? What is early/late binding?
How do you comment in c#?
What is difference between abstraction and encapsulation in c#?
How we can create an array with non-default values?
Why do we need collections in c#?
What's the difference between an integer and int?
Is arraylist type safe in c#?
How many static constructors are allowed in a class?
What is the task perform by clr?
Why do we need constructor in c#?
What is a generic c#?