Convert list of string List to string array String[] in Java

Writing by on Tuesday, 16 of November , 2010 at 1:19 pm

This is such a common task, yet needs a bit of thinking.

List <string> strList = getListOfString();
String[] strArr = strList.toArray(new String[strList.size()]);

Leave a comment

Category: Java

No Comments

No comments yet.

Leave a comment

You must be logged in to post a comment.

Shivdev Kalambi's Blog

Shivdev Kalambi is a Software Development Manager, previously a Principal Software Engineer at ArcSight/HP. With over 16 years' experience in software development, he's worked on several technologies and played different roles and contributed to all phases of projects. Non-tech activies include Ping-pong, Rock Climbing and Yoga at PG, Golf, Skiing, Swimming & a beer enthusiast.