What modifiers are used for interface declaration?
Answer Posted / balasubramanian
Access modifier-public
Other modifier-final,abstract
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differences between C and Java?
Can we synchronize static methods in java?
What does a boolean method return?
Can extern variables be initialized?
Why chararray() is preferred over string to store the password?
How to obtain a performance profile of java program
What are the string methods in java?
State the difference between strings and arrays.
What are invisible components?.
Can we override private method in java?
Can we restart a dead thread in java?
Why we use methods in java?
What are static blocks in java ?
What all methods are used to prevent thread execution ?
If an application has multiple classes in it, is it okay to have a main method in more than one class?