Name the two ways of writing Java programs.
Answers
Answered by
0
Answer:
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
Similar questions