what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / vijay
Access Specifiers :
1. Private
2. Public
3. Default
4. Protected
Non - Access Specifiers (Access Modifiers):
1. Abstract
2. Final
3. Native
4. Static
5. Synchronized
6. Transient
7. Volatile
8. Strictfp
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does nullpointerexception mean?
When super keyword is used?
What is return data type?
What is the use of list in java?
What are the uses of java?
What are the main concepts of oops in java?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is void in java?
How many techniques can be employed to create a string object?
How do generics work in java?
How do you override a private method in java?
How to sort numbers in java without array?
Difference between method overloading and overriding.
Can It is possible to synchronize the constructor of a Java Class?
What is Java Annotations?