What is an applet and how to make an applet?

0 votes
asked by about Java Runtime Environment
edited by

What is an applet and how to make an applet?

1 Answer

0 votes
No avatar answered by (77.9k points)
edited by

An applet is small program that is written in Java and it's designed to be placed on a web page. Applets cannot be consider full applications because they usually have one or two features and are created to be very accessible.

To create an applet, you need a development environment (a program to write code, a compiler to transform and so on). To learn more about this issue, I suggest you check the following website where you will find examples with explanations, tips and more.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...