What modifiers are used for interface declaration?
Answer Posted / srinivas
public modifier is used for interface declaration
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is unicode full form?
Write a factorial program using recursion in java?
How can constructor chaining be done by using the super keyword?
How do you convert int to char in java?
Difference between process and thread?
what is the purpose of using rmisecuritymanager in rmi?
How do you make an arraylist empty in java?
What is immutability in java?
What is the maximum size of list in java?
How do you calculate roots in java?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
How does java pattern compile work?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Explain a situation where finally block will not be executed?
What is method reference?