Sunday, February 25, 2018

Java program : Converting Arrays to Collection

// To CONVERT ARRAYS INTO 'COLLECTIONS'

import java.util.*;
class ArrayToCollection
{
    public static void main(String[] args)
    {
        String[] s ={"ashutosh", "kumar","Singh"};
        ArrayList<String> al =new ArrayList<String>(Arrays.asList(s));
        al.add("SE");
        al.add("WD");
       
        System.out.println(al);
    }
}

Thanks
Happy programming!

No comments:

Post a Comment

Sacred Thought

5 May 2024 Hari Om Verse 50-51, chapter two:  In this chapter two Shree krishna explains a simple way of living. Free from desires and void ...