I am looking to compile and run Java code - but without writing the .class files to disk. Is it possible to do this with Java?
With Golang, we can use go run <file>
and I think it will accomplish the same thing. I am wondering if it's possible to do this with Java source code as well.