When we give defination of interface method in the class why
method must be public???
Answers were Sorted based on User's Feedback
Answer / pradeep singh
because class which implements the interfaces if the
access modifiers are protected or private then we can not
override this metods. somethos must be publicand java there
is notmultiple inheritance
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / prakash
all methods in interfaces are public by default...
| Is This Answer Correct ? | 3 Yes | 3 No |
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
What is run time allocation?
What is a Transient Object?
0 Answers InfoAxon Technologies,
Explain about static nested classes in java?
WHAT IS JDK,JVM,CLASS DEFINE ALL?
Why are strings immutable in Java?
What does localhost mean?
What does java ide mean?
What are the disadvantages of object oriented programming?
how to deploy tomcatserver to weblogic server? write d following steps?
What is difference between c++ and java ?
What are order of precedence and associativity, and how are they used?