InterviewSolution
Saved Bookmarks
| 1. |
What type of methods an interface contain by default?(a) abstract(b) static(c) final(d) privateI had been asked this question in exam.I would like to ask this question from Interfaces in division Interfaces & Packages of Java |
|
Answer» Right choice is (a) abstract |
|