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 |
Which is better list or arraylist in java?
What is boolean flag in java?
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
How to make object serializable in java?
What do you understand by the bean persistent property?
Explain about collection interface in java?
What is udp in java?
What advantage do java's layout managers provide over traditional windowing systems?
What is immutable in java?
What is module with example?
what is the difference between equals method and ==
17 Answers IBM, Professional Access, TCS,
For class CFoo { }; what default methods will the compiler generate for you>?