what is an initial class
with a bit more explanation.....
Answers
Answered by
3
java <initial class name> <arg1> <arg2> …. ” is the implementation dependent way in Sun's JDK to spawn a new instance of JVM along with the specification of the application initial class and the arguments needed. The main() of the initial class is the starting point of the application's initial thread.
Answered by
2
Answer:
HOPE IT IS HELPFUL YO YOU.
Attachments:
Similar questions