it's an unusual question: I want to know a list of character that I could substitute on a Java code to prevent it from being copied, pasted and compiled.
Explanation: I'm teaching a course on Java and have to apply an online exam using Microsoft Forms. One of the question that I like to use is "Be The Compiler" (inspired in the Head First books), in which the student have to run the code in his head and write down the output. The problem is that, because of the Covid-19, it's been online from home, the student could just copy and paste the code and run it.
PS: Microsoft Form only accept one small image for each question. And accept nor HTML tag, nor LaTex tag, nor markdown tag.
PS: The idea is inspired by JavaScript Prank / Joke