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 identify if jvm is 32-bit or 64-bit from java program?
What is native code?
how does the run() method in runnable work? : Java thread
how to deploy apache tomcat server to weblogic server in java
Is there any tag in htm to upload and download files?
What is jar?
What is a method header?
What is ResourceBundle class?
Can we declare static variables in JSP page.
What are the override methods in Object class?
2 Answers Tech Mahindra, Wipro,
Write a program to calculate factorial in java?
What is protected access modifier?