Computer Science, asked by sasanktiwari0, 7 months ago

6. What is the extension of a Java class file?​

Answers

Answered by tonystarkironman94
1

Answer:

extension of file is

.java

Answered by pds39937
1

Explanation:

The Java compiler will automatically compile all additional classes that are invoked (transitively) by the current class being compiled. Each compiled class is stored in a file with the extension . java replaced by .

Similar questions