The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
December 2000

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:

SYNTAX FOR:--public static void main(String arg-] )

Posted by INDER on December 13, 2000 at 2:06 AM

hello all,

i have read a question from sun certification book by jamie jaworski..

it is as follows

class xyz
{
static int x;
public static void main(String arg-])
{
System.out.println(x);
}
}
something like that

the answer to multiple selection was : output will be --> 0
but there is no syntax error
if anyone can tell me if i can specify the
String asrg[]

String arg-]...........
for all arrays ....

thanx



Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us