What is a Web Server?
Answers were Sorted based on User's Feedback
WEBSERVER : it accepts HTTPRequest and provides
HTTPResponse through HTTP Protocal.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
It?s a Computer that provides Web services on the Internet
or on a local Intranet. It is designed to locate, address
and send out simple HTML pages to all other users who
access these pages.
| Is This Answer Correct ? | 0 Yes | 0 No |
can any one send me some real time sap crm interview question along with answer .my email id is psundeep@ymail.com
What is caching in asp?
Explain how do you box a primitive data type variable?
What is a TextStream object?
What is the Order of precedence for LOGICAL Operators in ASP?
What are shared assemblies?
What are the scripting objects in asp?
What do you mean by asp?
What is asp used for?
Define querystring collection?
What are the methods in Application Object?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)