89.8k views
1 vote
In java where is the important line of a program located?

User Jeff Wigal
by
6.7k points

1 Answer

5 votes

The important line of a program in Java is the main method, which is the entry point of the program. The main method is where the program execution begins.

User Bobot
by
7.3k points