I've noticed in some Java code I've read, variables starting with a single underscore or two underscores.
private static WeakHashMap __servers = new WeakHashMap(); I'm guessing that this is a coding convention from a preceding language(s) (C/C++, perhaps?), and that perhaps it is used to distiguish variable scope (globals, perhaps?) Can someone school me on the rules? ~akb _________________ A. Kevin Baynes _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
