Database - JDBC, Java Server Pages, and MySQL - Discussion

Discussion Forum : JDBC, Java Server Pages, and MySQL - General Questions (Q.No. 7)
7.
What is sent to the user via HTTP, invoked using the HTTP protocol on the user's computer, and run on the user's computer as an application?
A Java application
A Java applet
A Java servlet
None of the above is correct.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Richu said:   1 decade ago
Java servlet is invoked via HTTP on the Web server computer when it responds to requests from a user's Web browser.

I mean java servlet is run on user's web browser and applet is run on user's system.
(1)

Sagar said:   1 decade ago
Hi not only applet we can use in java servlet also use http protocol and jsps.

Kapil said:   1 decade ago
Please Give me the Explanation of this Question please.

--kapil nadiyapara

Richu said:   1 decade ago
Applets can be downloaded from internet and can be used in our systems.
(1)

Srikanth said:   9 years ago
HI your explanation is correct than what about option no:1.

Post your comments here:

Your comments will be displayed after verification.