"Bilaabo has tasks ready for you."

"You are a very talented student, Amigo."

"I hope that my tasks will help you become simply unparalleled."

undefined
7
Task
Java Multithreading, level 4, lesson 2
Locked
Creating your own marker interface
1. Create the SelfMarkerInterface marker interface. 2. Create a SelfMarkerInterfaceImpl class that implements SelfMarkerInterface. 3. Add any 2 public methods to SelfMarkerInterfaceImpl. 4. Create an UnsupportedMarkerInterfaceException that inherits Exception.
undefined
7
Task
Java Multithreading, level 4, lesson 2
Locked
Cloneable
Add Java code to make the main method run without exceptions.
undefined
7
Task
Java Multithreading, level 4, lesson 2
Locked
So, let's... compare
Fix the bugs: Move the clone methods to the classes where they should be implemented. Delete any superfluous methods. Don't delete the main method.