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 meant by event handling in SAX parser?
Is empty .java file name a valid source file name?
Explain when we should make an instance variable private.
What are 3 data types?
What is Java exception handling?
What is a map in java?
What is method Overriding in the perspective of OOPS?
What are the methods to rectify ambiguities in the interfaces in JAVA?
How many Java environments are there?
1 Answers Phantom Technologies,
whays is mean by inner class?
What is the default value of byte datatype in java?
Java is pass by value or pass by reference? Explain