By viralpatel
via viralpatel.net
Published: Jul 02 2009 / 12:27
"FOR NOVICE" - A lot of time I have to convert ArrayList to Arrays in my Java program. Although this is a simple task, many people don’t know how to do this and end up in iterating the java.util.ArrayList to convert it into arrays. I saw such code in one of my friends work and I thought to share this so that people don’t end up writing easy thing in complicated way.
Add your comment