Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

import java.io.*;
class Demo
{
public static void main(String args[])
{
File f=new File("1234.msg");
String arr[]=f.list();
System.out.println(arr.length);
}
}

Answer Posted / sri

this code gives Nullpointer exception

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between static variable and global variable?

1003


What are inner classes or non static nested classes in java?

1126


What is bool mean?

1019


How to implement an arraylist in java?

1062


How do you calculate roots in java?

1021


How do you remove an object from an arraylist in java?

910


Describe method overriding

1076


What is difference overloading and overriding?

1095


Java Compiler is stored in JDK, JRE or JVM?

1476


What is the buffer limit?

989


How list contains works in java?

934


Which is faster call by value or call by reference?

872


Is hashset ordered?

989


Is array synchronized in java?

1001


How many types of methods are there?

981