It does say that, so i'd be inclined to do it. would only be one line in the main method
You could potentially use the method in a class that doesn't have main () and would therefore need an array argument passed into it. hth mcalex On Nov 13, 12:34 am, jmt0806 <[email protected]> wrote: > Hi, > > I'm looking at the homework "Using Built-in Java Classes" > (http://www.javapassion.com/handsonlabs/javabuiltinclasses/index.html#2.1) and > just want clarification on something. The assignment says "Receive the > first names of your family members as command line arguments and > create an array of String." Does this mean we are supposed to take the > command line arguments (String[] args) and create a duplicate array > with the same values and then pass it to the new method? > > Thanks --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
