Download Free English Song Albums Here

Friday

Java Simple Example-3

Java example program to get extension:

java get extension

To get the file name and file extension separately we can do the string manipulation on the file name. Suppose "filename.ext" is some filename with extension is provided. To get the filename and extension we will be calculating the last index of "." and will split the file name from this ".", since characters after this "." represents the extension of the file. GetFileExtension.java is as follows:

GetFileExtension.java

import java.util.*;
import java.lang.*;

public class GetFileExtension
{
  public static void main(String args[]) {
  String fileName = args[0];
  String fname="";
  String ext="";
  int mid= fileName.lastIndexOf(".");
  fname=fileName.substring(0,mid);
  ext=fileName.substring(mid+1,fileName.length());  
  System.out.println("File name ="+fname);
  System.out.println("Extension ="+ext);  
  }
}

Output:

javaexamples>javac GetFileExtension.java

C:\javaexamples>java GetFileExtension document.doc
File name =document
Extension =doc


Related Post:

No comments:

Post a Comment

More Posts

Justin Bieber Albums Download - Under the Mistletoe 2011 Justin Bieber feat. Usher - The Christmas Song Justin bieber 2011 New Album And Top Songs Justin Bieber Albums - Never Say Never - The Remixes 2011 Justin bieber Albums - Justin Bieber - My Worlds The Collection (Acoustic) 2010 Justin Bieber Songs - My world 2.0 (2010) - Justin Bieber - Mp3.320 kbps.VBR - Inc Covers & bonus tracks -Mediafire
Justin Bieber Albums Download - Under the Mistletoe 2011 Justin Bieber feat. Usher - The Christmas Song Justin bieber 2011 New Album And Top Songs Justin Bieber Albums - Never Say Never - The Remixes 2011 Justin bieber Albums - Justin Bieber - My Worlds The Collection (Acoustic) 2010 Justin Bieber Songs - My world 2.0 (2010) - Justin Bieber - Mp3.320 kbps.VBR - Inc Covers & bonus tracks -Mediafire
50 Cent Albums Download (8) Akon Albums Download (11) Albums Released This November (17) Albums Released This October (24) Ashley Tisdale Albums Download (2) Avril Lavigne Albums Download (4)
+ Grab this