Java still has javac. I suppose an IDE could hide this from you. Of course, Java also has lots of static analysis tools written for it so many errors are caught way before compilation.
There's no supposing about it. All major IDEs do incremental builds and no one needs "actual, regular, compile processes" as with a command line compiler.