🎴 Flashcard Mode

Java Programming Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What's the difference between an Applet and an application ?

AnswerClick to flip back
A
Applets are run over the web.
💡 Explanation:

Applets are small programs executed within a web browser, typically delivered over the web, whereas standalone applications run directly on the operating system. The other statements mischaracterize platform or capabilities, making them incorrect.

Change Mode