1.) What servlet method would you call to get the protocol being used in the
client/server transmission?
--> getProtocol(). getProtocol method gets the name and version of the
protocol the request uses.


2.) What is the java API package name that contains the classes to support
the servlet HTTP functions?
-> import javax.servlet.*; and/or
import javax.servlet.http.*;

3.) Whare are the 2 primary methods that are supported by HTTP protocol to
send data to the server??
...i think d answers to this are: post method and get method.






Ricky Y. Artigas
Analyst/Programmer
Software Development -
Information Technology Division
Easycall Communications Phils., Inc.
418 Arayat Street
Mandaluyong City 1550
Philippines
Tel.no: (+632) 5338001 ext.6574
Pager:  141-002955
Email: [EMAIL PROTECTED]


> -------------------------------
> IMPORTANT NOTICE:

> This message (and any attachment hereto) may contain privileged and/or
> confidential information specific to EasyCall. If you are not the intended
> addressee indicated in this message, you may not copy or disseminate this
> message (or any attachment hereto) to anyone. Instead, please destroy this
> message (and any attachment hereto), and kindly notify the sender by reply
> email. Any information in this message (and any attachment thereto) that
> do not relate to the official business of EasyCall shall be understood as
> neither given nor endorsed by the company.
>
>
> -----Original Message-----
> From: Dean Sacramone [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 17, 2000 6:04 AM
> To:   [EMAIL PROTECTED]
> Subject:      3 questions easy I am sure
>
> Hey all,
>
> I have 3 questions. They are textbook questiions but I can't find the
> answers.
>
> 1.) What servlet method would you call to get the protocol being used in
> the
> client/server transmission?
>
>
> 2.) What is the java API package name that contains the classes to support
> the servlet HTTP functions?
>
>
> 3.) Whare are the 2 primary methods that are supported by HTTP protocol to
> send data to the server??
>
>
>
>
>
> Thanks,
> ~~~~~~~~~~~~~~~~~~~~~~~
> Dean Sacramone
> [EMAIL PROTECTED]
> Lead Programmer-->310-815-5091
> ~~~~~~~~~~~~~~~~~~~~~~~
> "If there was any logic in this world, it would be men who ride
> side-saddle,
> not women."
> --
> ----- Original Message -----
> From: Philip Weaver <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, November 16, 2000 1:32 PM
> Subject: Finding Taglib Documentation
>
>
> > Yeah, your reply is off-thread.
> >
> > However, I would say the best thing to do would be to use Sun's example
> > taglib as a starting point. That's what I did.
> >
> > Sun has improved their taglib documentation since introducing JSP 1.1. I
> > don't think the following URL was there since day but I wish it had
> been.
> > And it's not well marked.
> >
> > <http://java.sun.com/products/jsp/tutorial/TagLibrariesTOC.html>
> > <http://java.sun.com/products/jsp/tutorial/examples/examples.zip>
> >
> >
> > <http://developer.java.sun.com/developer/Books/projsp/>
> >     -- download chapter 12 pdf
> >
> >
> >
> > on 11/16/00 2:27 PM, Adrian Papari at [EMAIL PROTECTED] wrote:
> >
> > > hmm... i've recently been looking for a server-side "XML" ->
> HTML-parser:
> > > ie, you have the definitions for the custom-tags stored in a separate
> file,
> > > and thus, you can very easily change the layout for different
> user-profiles
> > > or whatever suits your needs & preferences. so, Q being; is this
> possible
> > > with jsp taglibs? i've been looking for documents & tutorials on the
> > > internet describing the use of taglibs, but i've been unable to locate
> any -
> > > perhaps anyone of you got some url:s lying around?
> > >
> > > cheers,
> > > file://adrian
> >
> >
> ==========================================================================
> =
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ==========================================================================
> =
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to