Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@pratap-singh-6xlmve • Oct 11, 2015
<a href="https://docs.oracle.com/javase/tutorial/deployment/applet/" target="_blank" rel="nofollow noopener noreferrer">Lesson: Java Applets (The Java™ Tutorials > Deployment)</a>
Try the above link -
@devashish-oxa4yH • Oct 15, 2015
A Java applet is a small application which is written in Java and delivered to users in the form of bytecode. The user launches the Java applet from a web page, and the applet is then executed within a Java Virtual Machine (JVM) in a process separate from the web browser itself. -
@sindhuja-BQCAAU • Oct 16, 2015
Applets are java programs where we include in HTML page.many of them thinking that it is a package but it is a class -
@abgfcd-dgSiDr • Oct 16, 2015
Applet is a dynamic and interactive program that can run inside a Web page displayed
by a Java-capable browser such as Hot Java or Netscape 2.0.