did interface can implementation method ? i know its not
possible but my interviewer said its possible ..but how..?
any one have idea ???
Answer Posted / keerthi
method implementation is impossible in interface , method
declaration only possible in interface.
In abstract class method declaration or implementation
possile.
If we implement methods in iterface what is purpose of
abstract concepts.
The interviewer asked for checking whether your confident
or not
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Can a class have a static inner class?
Do loops java?
Will minecraft java be discontinued?
What is console based application in java?
How do you use wildcards?
Can an integer be null java?
Explain importance of finally block in java?
Does java return by reference?
Explain about doubly linked list
what is the difference between yielding and sleeping? : Java thread
I want to store more than 10 objects in a remote server? Which methodology will follow?
Is main an identifier?
What is the difference between jdk, jre, and jvm?
Which category the java thread do fall in?
What is the benefit of inner classes in java?