name the two types of java program.
Answers
Answered by
48
Java Applet - small program written in Java and that is downloaded from a website and executed within a web browser on a client computer.
Application - executes on a client computer..
Application - executes on a client computer..
Answered by
34
There are many types of Java programs which run differently:
Java Applet - small program written in Java and that is downloaded from a website and executed within a web browser on a client computer.
Application - executes on a client computer.
Java Applet - small program written in Java and that is downloaded from a website and executed within a web browser on a client computer.
Application - executes on a client computer.
Similar questions