Adrian Murphy wrote:

> Is there anything java servlets can do that php can't.

Well I had to use a servlet because of it's threading ability once. Java
servlets are actual programs that can continue to run on the server.  That
is useful when you need a threaded process for instance.

Michael


>
> is there any pressing need for me to learn servlet
> technology,other than to expand the old skillset.
> the difference between jsp and servlets is that
> with the former the code is embedded in the html.correct?
>

That's right.

>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to