name two types of java programs
Answers
Answered by
5
Types of Java programs
•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. ...
JAR file (Java archive) - used to package Java files together into a single file.
Similar questions