🎴 Flashcard Mode

Java Web Technologies and JDBC Practice Test

Card1 / 26
Mastered0
Review0
QuestionClick to flip

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?

AnswerClick to flip back
A
A Java applet
💡 Explanation:

Java applets are small applications designed to be delivered to a user's browser via HTTP and executed within the JVM on the client's machine. Servlets (Option C) run on the server side.

Change Mode