Differences between a windows application and a web based application?

I was asked in an interview a simple question which I actually failed to answer. The question is "What are 5 differences between web based application and a windows based application?"

Questions by vishal21283   answers by vishal21283

Showing Answers 1 - 9 of 9 Answers

manoj

  • Dec 8th, 2014
 

Windows :

1)only single user can access at a time
2)can be invoked by .exe
3)performance,load,stress testing is done less
4)single tier architecture or 1 tier architecture is used

web:

1)multiple users can access at a time
2)can be invoked by URL
3)performance,load,stress testing is done more
4)2 tier(client-server) ,3 tier(web architecture) , n tier(distributed environment)

  Was this answer useful?  Yes

Satyajit Deka

  • Jul 13th, 2015
 

Windows:
5) Less expensive
Web:
5) High expensive

  Was this answer useful?  Yes

Bukenya John

  • Jan 18th, 2016
 

Window based applications are accesses locally by single user and do not support multi threading while web based application use the web platform for multi users to access the same application simultaneously across different geographical locations.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions