One of the advantages of using Eclipse when developing a new app is that Eclipse generates some of the beginning code for you. Types of code that Eclipse typically generates is:
a. XML for the user interface for the activity
b. Java code that displays the user interface
c. both a and b
d. none of the above
Answer: C