plz add this two line after CurrencyFormatExample[] formate = new CurrencyFormatExample[locales.length]; to avoid null pointer exception--> for (int i = 0; i < locales.length; i++) formate [i] = new CurrencyFormatExample();
View All Comments
| View Tutorial