Programming Languages
Java
Mcq
Sep 24, 2025
Which of the following is true about Java 8 default methods?
Detailed Explanation
Default methods can be overridden in implementing classes. They cannot access instance variables (only static variables), and diamond problem still exists when multiple interfaces have same default method.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts