What modifiers are used for interface declaration?
Answers were Sorted based on User's Feedback
Answer / balasubramanian
Access modifier-public
Other modifier-final,abstract
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srinivas
public modifier is used for interface declaration
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the default value of an object reference declared as an instance variable?
What is the final field modifier?
Ducking is automatic in checked exception?True or false
What super () does in java?
What is entry set in java?
What is the difference between Byte stream and Charecter Stream?
Define inheritance?
When will we use them?
What is the difference between JVM and JRE?
what is the Use of throws exception?
What invokes a thread's run() method in java programming?
How can we find the sum of two linked lists using stack in java?