Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJavique Ryan
Courses Plus Student 2,405 PointsInterfaces in Java
Where can I get a lot more understanding on Interfaces in Java programming?
2 Answers
Rod MIky
18,784 PointsIt depends on what you mean by more information. If you want to know the details of how they work and restrictions, my suggestion is to try JAVA tutorial for beginners. JAVA Tutorial --> https://docs.oracle.com/javase/tutorial/java/concepts/interface.html
Look at the link below, I think it is good. https://www.geeksforgeeks.org/interfaces-in-java/
Andrei Li
34,475 PointsI had the same problem. Try watching Protocols in Swift. After that course, everything had been clarified for me. Protocols are interfaces in Java.