Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I'm new to programming and I'm writting a program..that is supposed to capture the value...command line... a user inputs and checks that word for all the characters and displays them as an array... i.e. java CommandLine "all java applications contains a static main method." produces The code I have so far... // MY PROBLEM HOW TO USE THE STRING ATTRIBUTES AND ARRAY ATTRIBUTES What should I do before I can call the method to main????? |
Sponsored Links
|