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...

How will you convert an ArrayList to Arrays?

Answer Posted / tapan kumar kundu

Using toArray() method for example

ArrayList arr_obj=new ArrayList()
arr_obj.add("viki");
arr_obj.add("siva");

Object[] obj=arr_obj.toArray();

for further Detail go to my website :
http://www.beexpert.co.in/

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 gc()?

1133


What is the full meaning of java?

1095


What is time complexity algorithm?

1096


What is qualitative variable?

974


How do you define a parameter?

1080


What is the escape character in java?

1034


Why do we need wrapper classes?

1117


What is an enumeration?

1119


Write a method that will remove given character from the string?

1082


What is the purpose of the system class in java programming?

1181


Which class is the superclass for every class in java programming?

1060


What exceptions occur during serialization?

1142


What is the default value of byte datatype in java?

974


Why does java have different data types for integers and floating-point values?

1062


how is final different from finally and finalize in java?

1103