When we give defination of interface method in the class why
method must be public???
Answer Posted / prakash
all methods in interfaces are public by default...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between form & report?
What are the types of methodology?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How do you implement polymorphism in our day to day life?
How do you define a set in java?
What is the difference between assignment and initialization?
Which java version is latest?
What does file separator do in java?
What is the equal sign?
What are static blocks in java ?
Do I need java for windows 10?
What is array length?
Can a static class have a constructor java?
When throw keyword is used?
How do you clear a list in java?