53.9k views
0 votes
Assume a program named MailList.java is stored in the DataBase folder on your hard drive. The program creates objects of the Customer and Account classes.

Describe the steps that the compiler goes through in locating and compiling the Customer and Account classes.

1 Answer

4 votes

Answer:

MailList.java is stored in the Data Base folder on hard drive then compiler do following functions.

Step-by-step explanation:

The program is stored in Database .Compiler goes through in locating and it is stored in the directory of file If it is not located compiler search the file.The file will be customer.java and compile it. This file create the Customer class.How ever when compiler searches for the Account classes it is also located in compiler.Compiler search it and then compile it .Then this file create Customer class.

User Bpawlowski
by
5.9k points