What happened:
I got a 0 return in Netbeans for S.O.P(args.length); and a 1 return at command line for S.O.P(for args.length);
So it was being passed in at command line and not at Netbeans. Strange.
Finally figured out that right clicking and running one class in a project, *even* if others not connected in any way, does not give you the same results as right clicking and running the main project.
When I did the latter, I got the a 1 output in Netbeans.
*whew* ...at this rate...
Thanks.
-J