Quantcast
Channel: Initialization of an ArrayList in one line - Stack Overflow
Viewing all articles
Browse latest Browse all 37

Answer by rashedcs for Initialization of an ArrayList in one line

$
0
0

You can use the below statements:

Code Snippet:

String [] arr = {"Sharlock", "Homes", "Watson"};List<String> names = Arrays.asList(arr);

Viewing all articles
Browse latest Browse all 37

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>