In this tutorial we will discuss about the java.io.tmpdir system property. The java.io.tmpdir system property indicates the temporary directory used by the Java Virtual Machine (JVM) to create and store temporary files. The default value is typically “/tmp”, or “/var/tmp” on Unix-like platforms. On Microsoft Windows systems the java.io.tmpdir property is typically “C:\WINNT\TEMP”. During your […]