Multiple Choice
{ public static void main(String[] args)
{
System.out.println("First Java application") ;
}
}
Given the above code, which item identifies the access specifier?
A) public
B) static
C) void
D) First
Correct Answer:
Verified
Related Questions