Array to List/Arraylist Convert
Example:-
Example:-
String[] array_make = {"Hero", "Honda", "MRF", "TATA"}; List arrayTolist= new ArrayList(Arrays.asList(array_make)); |
No comments:
Post a Comment