what is the Diff. between Access Specifiers and Access
Modifiers?
Answer Posted / subhadip
"Public" is both a access specifier and access modifier.
What is the difference here?
| Is This Answer Correct ? | 23 Yes | 62 No |
Post New Answer View All Answers
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 the difference between assignment and initialization?
What is the difference between class & object?
Can you explain the usages of class.forname()?
How to make a class or a bean serializable?
How to create packages in java?
Do loops java?
What is the advantage of functional interface in java 8?
Is arraylist ordered?
Is java written in c?
What is string [] args?
What is final int?
What are the differences between c++ and java?
What is string in java?
Is there any difference between nested classes and inner classes?