191k views
5 votes
Which one of the following best describes what happens when one compiles a Java program in BlueJ on their computer?

The .java file is translated into a .class file that can be run on that computer.
Your Java program opens and processes the data files specified in your program.
A Java object is created that can be run on that computer.
The .class file is translated into a file that can be run on that computer.

User Fingerup
by
7.5k points

2 Answers

3 votes

Answer:

The correct option is: The .java file is translated into a .class file that can be run on that computer.

User PhilJay
by
8.4k points
7 votes

Answer:

The .java file is translated into a .class file that can be run on that computer.

User Gurkenglas
by
7.9k points