Answer Posted / ravikiran(aptech mumbai)
interfaces decalres methods and variables...where methods
are purely abstarct and variables are abstract and final
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What are the rules for variable declaration?
Explain with example the concept of constant variable in java.
What is the difference between the ">>" and " >>>" operators in java?
How does queue work in java?
Explain the importance of finally over return statement?
What is the method to declare member of a class static?
What does serializing data mean?
What are static blocks and static initalizers in java ?
Why java is said to be pass-by-value ?
what do you mean by marker interface in java?
What are accessor methods in java?
What is regex in java?
What are meta-annotations?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What do you mean by default constructor in java?