Relatively new to Java (introductory course) and generally negligible experience with computer science/programming.
Is there a way to keep a script running such that I don't have to press "run" for the java code to have to compile and run?
For example: I wanted there to be a way so that if I put in a USB into my laptop, I'd be able to automatically save a certain file on my USB onto my laptop for backing-up purposes.
Thank you~