Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Scala needs to translate traits into classes and interfaces of the JVM. You are not required to know how this is done, but you may find it helpful for understanding how traits work.
A trait that has only abstract methods is simply turned into a Java interface. For example,