KodHelp Java Resources

How to Write UTF-8 Data into a File Using Java?

Below Java Code shows how to write UTF-8 data into a file using Java - /**************************************************************************************** * Created on 06-2012 Copyright(c) https://kodehelp.com All Rights Reserved....

KodHelp Java Resources

How to get the list of file system root in java?

Below java code show how to get the list of file system root - /**************************************************************************************** * Created on 04-2012 Copyright(c) https://kodehelp.com All Rights Reserved. ****************************************************************************************/...

Java

How to detect non-ASCII characters in string?

Below java shows how to detect non-ASCII characters in a String - /**************************************************************************************** * Created on 03-2012 Copyright(c) https://kodehelp.com All Rights Reserved. ****************************************************************************************/ package com.kodehelp.javaio;...

How to find if a pathname is a directory in java?

Below java code shows how to find whether the specified path is directory or file - /**************************************************************************************** * Created on 03-2012 Copyright(c) https://kodehelp.com All Rights...

KodHelp Java Resources

How to List Files and Sub-directories in a Directory in Java?

Below java code shows how to list files and sub-directories in a directory - /**************************************************************************************** * Created on 03-2012 Copyright(c) https://kodehelp.com All Rights Reserved. ****************************************************************************************/...

KodHelp Java Resources

How to load a File into Byte Array in Java ?

Below java code shows how to load a file into Byte Array and print the Byte Array - /**************************************************************************************** * Created on 03-2012 Copyright(c) https://kodehelp.com...

KodHelp Java Resources

How to convert String to Date in java?

Below code shows how to convert String to Date in java. It converts String Object to java.util.Date /**************************************************************************************** * Created on 10-2011Copyright(c) https://kodehelp.com All Rights...