Types of programming in java:

Java applications:

Java applications run through a Java Interpreter or a Just-in-Time Java compiler. Execution begins with the main( ) method of the Java application.

  • No Related Post