Answer Posted / javamasque
There are below commonly used non-access modifiers
• Static
• Abstract
• Synchronized
• Final
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can anonymous class have constructor?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Are variables stored in ram?
Is 0 a prime number?
Is java 1.7 the same as java 7?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Give some features of interface?
How would you format a date in java? I.e. In the ddmmyyy format?
What is thread synchronization in java?
What is difference between classpath and path variables in java?
What is void keyword?
What is the major advantage of external iteration over internal iteration?
Can we make a constructor final?
What's the purpose of static methods and static variables?
What is bubble sorting in java?