Answer:
Java applets need to have virtual machine web browser support
Step-by-step explanation:
Java applets are defined as the small applications that are written using the Java programming language or may be some other programming language which compiles of Java bytecode and it is delivered to the users in form of java bytecode.
They provides interactive features to the web applications.
The characterization that suits java applets are :
-- It application should be able to run on virtual machines
-- It must support web browser. The web browser must be capable to run the java applets.