Multiple Choice
In order for a source code file, containing the public class Test, to successfully compile, which of the following must be true?
A) It must have a package statement
B) It must be named Test. java
C) It must import java. lang
D) It must declare a public class named Test
Correct Answer:

Verified
Correct Answer:
Verified
Q2: How do we change the values of
Q3: What are identifiers and what is naming
Q4: Struts framework is based on<br>A) Servlet. JSP
Q5: Which of the following statements accurately describe
Q6: What is a compilation unit?<br>A) Java Byte
Q8: Which of the following statements can be
Q9: How many instances can be created per
Q10: Which of the following are primitive types?<br>A)
Q11: What is the return type of program's
Q12: Action Servlet, Request Processor and Action classes