Answer Posted / ranganathkini
The modifiers for a top-leve class are:
public
abstract
final
strictfp
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of static methods and static variables?
Do we need to manually write Copy Constructor?
What are assembly attributes?
what is the constructor and how many types of constructors are used in java?
How to display arraylist values in java?
What is object english?
What do you understand by casting in java language?
How to change the priority of thread or how to set the priority of thread?
Is 64bit faster than 32 bit?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
worst case complexities of Quick sort and Merge sort.
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is data type example?
Explain about OOPS concepts and fundamentals.