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 |
How do you reverse a string in java?
What is the purpose of the System class?
There are 100 keys and values in HashMap.how to get the keys and values?
Name the types of 'priority'?
Is space a string in java?
Which sorting algorithm is best in java?
for what purpose we use applets ?
What is the default value of the local variables?
What are pass by reference and pass by value?
What is constant in programming?
Define immutable object?
what is the purpose of class "Object" which is base class for all classes?