Results 1 - 15 of about 9040 sawaal for "request"
well , I am feeling HAPPY to answer your question , I would like to suggest you to access the source site if its available , for more information.1 Request Lifetime: Using this technique to pass beans, a request dispatcher using either include or forward can be called. This bean will disappear after processing this request has been completed. Servlet: request. setAttributetheBean, myBean; Request
Posted in
Computers & Technology by rocky singh at 3:21 AM on June 26, 2008
well ravi, A proxy server that passes all requests and replies unmodified is usually called a gateway or sometimes tunneling proxy.An advantage of a proxy server is that its cache can serve all users. If one or more Internet sites are frequently requested, these are likely to be in the proxys cache, which will improve user response time. In fact, there are special servers called cache servers
Posted in
Computers & Technology by ravi raj at 1:05 AM on May 19, 2008
Well,The GET method means retrieve whatever information in the form of an entity is identified by the Request-URI. If the Request-URI refers to a data-producing process, it is the produced data which shall be returned as the entity in the response and not the source text of the process, unless that text happens to be the output of the process.GetMethods will follow redirect requests from the http
Posted in
Computers & Technology by Sharad Singh at 9:12 PM on May 15, 2008
.yahoo.com is the same as typing http://www.yahoo.com.HTTP is a "stateless" request/response system. The connection is maintained between client and server only for the immediate request, and the connection is closed. After the HTTP client establishes a TCP connection with the server and sends it a request command, the server sends back its response and closes the connection .Version 1.0 of HTTP caused
Posted in
Computers & Technology by vikas at 4:59 PM on June 15, 2008
, like storing or updating data, or ordering a product, or sending E-mail.The semantics of the GET method change to a "conditional GET" if the request message includes an If-Modified-Since, If-Unmodified-Since, If-Match, If-None-Match, or If-Range header field. A conditional GET method requests that the entity be transferred only under the circumstances described by the conditional header fields
Posted in
Computers & Technology by blogger01 at 12:54 PM on May 23, 2008
hello blogger The life cycle of a servlet can be categorized into four parts:1. Loading and Inatantiation: The servlet container loads the servlet during startup or when the first request is made otherwise it load when the first request comes for service. After loading of the servlet, the container creates the instances of the servlet.2. Initialization: After creating the instances, the servlet
Posted in
Computers & Technology by blogger01 at 12:53 PM on May 23, 2008
well rocky, doGet method is used to get information, while doPost method is used for posting information. b doGet requests cant send large amount of information and is limited to 240-255 characters. However, doPostrequests passes all of its data, of unlimited length. c A doGet request is appended to the request URL in a query string and this allows the exchange is visible to the client, whereas a do
Posted in
Computers & Technology by rocky singh at 3:23 AM on June 26, 2008
The call to open is the HTTP request method GET, POST, HEAD or any other method you want to use and that is supported by your server.2. The send method can be any data you want to send to the server if POST-ing the request.For Example :httpRequest.openGET, http://www.example.org/some.f ile, true;httpRequest.sendnull ;...1. The call to open is the HTTP request method GET, POST, HEAD or any other method
Posted in
Computers & Technology by rocky singh at 11:07 PM on June 09, 2008
for a requests from a client.[1...] [2...]Client/server describes the relationship between two computer programs in which one program, the client, makes a service request from another program, the server, which fulfills the request. Although the client/server idea can be used by programs within a single computer, it is a more important idea in a network. In a network, the client/server model provides a
Posted in
Computers & Technology by kash at 7:14 PM on May 12, 2008
another intreface for older browers support. If XMLHttpRequest is not available, application will keep working in traditional way, refreshing the entire page.JavaScript received by AJAX is treated in a to execute document.write command inside AJAXable zone.The zones to reload might be known before submitting the request. In this case, override AjaxAnywhere.getZonesToReload JavaScript function on the client
Posted in
Computers & Technology by rocky singh at 11:06 PM on June 09, 2008
and fulfills requests from client programs in the same or other computers. A given application in a computer may function as a client with requests for services from other programs and also as a server of requests from other programs.Specific to the Web, a Web server is the computer program housed in a computer that serves requested HTML pages or files. A Web client is the requesting program associated
Posted in
Computers & Technology by Rakesh at 12:55 PM on May 30, 2008
well, The best you can do is to send them a mail request to delete your account.Or else you can contact the admin and request him / her to delete your account.He is the only person who has the authority to delete any account in ibibo.Process is pretty simple.Click on the link / option " Contact us" option.A new window will open with all details.Write your request to delete your account
Posted in
Computers & Technology by Anu San at 4:35 AM on March 08, 2009
Tags
diagram shows the steps that brought that page to your screen:...The user requests a page by typing a URL in a browser, and the web server receives the request.The web server looks at the file extension to determine whether a web application server must process the page. Then, one of the following actions occur:If the user requests a file that is a simple web page often one with an HTM or HTML extension
Posted in
Computers & Technology by stainzz at 5:51 AM on May 07, 2008
is a server a computer system or an application program which services the requests of its clients by forwarding requests to other servers. A client connects to the proxy server, requesting some service, such as a file, connection, web page, or other resource, available from a different server. The proxy server provides the resource by connecting to the specified server and requesting the service on behalf
Posted in
Computers & Technology by Sharad Singh at 5:26 PM on May 17, 2008
Open Response Queue for reading the response.//Note: You can do this AFTER writing the request too.//Depends on the protocol you are using - may be you//are not supposed to write the request unless you//ensure that you are listening for response too. If//that is not the case, you can do this after writing//the request message before step 5.tryresponseQueue = mqQMgr.AccessQueue str
Posted in
Computers & Technology by NISHIKANT at 6:22 PM on March 23, 2008