Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
meros3668yWow, I recognize that all too well and must say I don't miss that BS at my current position
-
Runtime runtime = RuntimeFactory.makeRuntime(RuntimeMarshaller.class).newInstance();
Now THAT's Java
Runtime runtime = Runtime.getRuntime();
You can't get more Java than this.
undefined