Here are the links to the coursework videos on Interfaces, Abstract_Classes, Extending_an_abstract_class, and Using_an_abstract_class.

The Baeldung page on Interface vs. Abstract has a great short explanation as well. This is a great site for stellar explanations about anything Java that you could think of.
Here is a YouTube vid with a great explanation using video game characters on the differences between the two.
And here is yet another YouTube with nice, simple comparisons between the two.
Coding with John (super awesome teacher on YouTube) has this video that breaks down abstract classes in a super simple, informative way.
And here is another video from Alex Lee, another great coding YouTuber, on Interfaces.