Computer Science, asked by Ghostman007, 4 months ago

___________ are small programs that remain embedded in a web page and run on viewer's machine.
a)Applets
b) Applications
c) Procedure
d)None of these​

Answers

Answered by JeniSinha
2

Answer:

The answer is (a) Applets

Explanation:

Hope you like my answer.

Answered by vishakasaxenasl
0

Answer:

Applets are small programs that remain embedded in a web page and run on the viewer's machine.

Explanation:

Applets

  • Applets are written in Java programming language for embedding a small program in a web page.
  • Java applets give the advantage of embedding the programming logic within a webpage that was not possible with the use of only HTML or front-end technologies at that time.
  • Java's Developers introduced applets with its first version but later, in 2019 they stopped supporting applet technology.
  • The current version of Java doesn't support applet technology. Even you can't run an applet with the latest versions.
  • The reason for this is the complexity and more time consumption by the applets.
  • Java applets have been replaced with JSP(Java Server Pages) whose programs are very lightweight and simple enough to understand and write.

#SPJ2

Similar questions