File f=new File(“C:entityBean”);
if(f.exists())
{
System.out.println(“exist”);
}
else
{
System.out.println(“not exist”);
}

File f=new File(“C:entityBean”);
if(f.exists())
{
System.out.println(“exist”);
}
else
{
System.out.println(“not exist”);
}