What modifiers are used with a top level class?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The modifiers for a top-leve class are:
public
abstract
final
strictfp
| Is This Answer Correct ? | 5 Yes | 2 No |
Can we add default constructor to Servlet?
What is not thread safe?
What is casting?
What does yield method of the thread class do?
Can we override constructors in java?
What is class array in java?
What are the loops in java?
What is the base class of all exception classes in java?
How are this() and super() used with constructors?
What is the difference between method and means?
What is size_t?
If a class is declared without any access modifiers, where can the class be accessed?