CODE DRILL 2 · RUN ONLY
This is a scratch drill — your code runs, nothing is graded or recorded. No test cases, no expected output, no verdict.
TASK
Complete the checker so it reports which TaskTracker deployment and reliability claims require an additional condition instead of being automatic guarantees.
OUTPUT
SampleJava checks types -> supported capability TaskTracker cannot crash -> requires additional condition The same release runs on Linux without compatible Java support -> requires additional condition Java can manage memory automatically -> supported capability TaskTracker is secure by default -> requires additional condition
What a finished answer prints, from the lesson. Nothing has run yet — press Run and this is replaced by your program’s own output.