Answer Posted / sandeep sagala
Interface is used to get an 100% abstract class. By using
this class we cant create an object for this class. In this
there will be all the unimplemented methods only. No method
is implemented in this type of classes. The methods present
inside this interfaces are all static and public by default.
The attributes present inside this interfaces are public,
final and static by default.
Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
How do you create a null object?
How many return statement are allowed in a function?
What is the maximum size of byte array in java?
What is a blocking method in Java?
What is adapter in java?
What are the rules for variable declaration?
What is the purpose of encapsulation?
What is the map interface in java programming?
What is the parse method in java?
Why is java not 100% pure oops?
What is finalize() function in java?
How can you write a loop indefinitely in java programming?
What is the largest long allowed by java?
Is age a discrete variable?
what is meant by HQL?