From: Kless Date: 2008-08-18T17:16:56+09:00 Subject: Global constants I want set up some constants that can be accesed since another classes. Which is the best way? Using a singleton to access to variables? (as if were global vars.)?