public class First
{
public static void main(String[] args)
{
System.out.println("First Java application");
}
}
?
Given the above code, which item identifies the method's return type?
A. public
B. static
C. void
D. println
Answer: C
Computer Science & Information Technology
You might also like to view...
A drop-down list is typically designed to display automatically when you enter the field
Indicate whether the statement is true or false
Computer Science & Information Technology
A temporary profile is a roaming profile that can't be changed by the user
Indicate whether the statement is true or false
Computer Science & Information Technology