Posts Tagged ‘ file ’

Creating a Temporary File

Dec 22nd, 2009 | By admin | Category: Java

We use temporary file in our day to day applications. This post would talk on how to create a temporary file using Java Programming language. Java gives us a direct API to create a temporary file with some options.

A temporary file can be created depending on certain condition and can be closed and deleted depending on some condition. For an example, lets assume we can upload and install a plug-in(a file) on an application.