Answer Posted / 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 View All Answers
What is method overloading with type promotion?
Write a program to reverse a number in java?
What is an example of a keyword?
What are the methods available in a class?
What are the three parts of a lambda expression? What is the type of lambda expression?
What happens if we override private method?
What is difference between iterator access and index access?
What is the main difference between java platform and other platforms?
Why is singleton instance static?
What is the difference between JVM and JRE?
Is class is a data type?
What is thread safe in java?
What is the importance of hashcode() and equals() methods?
What is the difference between declaration and definition in java?
Can we have any code between try and catch blocks?