How many types of modifiers are there?



How many types of modifiers are there?..

Answer / javamasque

There are two types of modifiers as 1. Access-modifier and 2. Non-access-modifier

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is there any sort function in java?

0 Answers  


How do constructors use this() and super()?

0 Answers  


Write a factorial program using recursion in java?

0 Answers  


What is the basic concept of java?

0 Answers  


How do you control extraneous variables?

0 Answers  






You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


What is the difference between Stream Reader and Stream Writer?

4 Answers  


Can we write multiple catch blocks under single try block?

0 Answers  


What is the meaning of nullable?

0 Answers  


What is meant by structural programming?

0 Answers  


What is the difference between a switch statement and an if statement?

0 Answers  


What is the list interface in java programming?

0 Answers  


Categories