What are non-access modifiers?

Answers were Sorted based on User's Feedback



What are non-access modifiers?..

Answer / javamasque

There are below commonly used non-access modifiers
• Static
• Abstract
• Synchronized
• Final

Is This Answer Correct ?    2 Yes 0 No

What are non-access modifiers?..

Answer / ambadas

Non access modifiers are static final abstract synchronized volatile transient strctfp native

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are the similarities between an array and an ArrayList?

3 Answers  


Can we create object of static class?

0 Answers  


What is meant by class and object in java?

0 Answers  


Why singleton pattern is better than creating singleton class with static instance?

0 Answers  


What methodology can be utilized to link to a database?

0 Answers  






What is the use of jtable?

0 Answers  


System.out.println(101/14) what is the output? a)6 b)14 c)7.14 d)0

8 Answers   Accenture,


What is linked hashmap and its features?

0 Answers  


There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation

1 Answers   ABC, KPIT,


What is the purpose of finalization?

4 Answers  


What is the difference between conversation & casting?

0 Answers  


What is meant by wrapper classes?

3 Answers  


Categories