786snow
Programmer
- Nov 12, 2006
- 75
I am very new to Java. I have a source file.
It has a class which has variables defined.
public static String ENGLISH_TRADE_FOOTER =
"<p>*To qualify, you must, during the immediately";
Now when I compile it, it created a class file. In that class file I see the variables, like
public static String ENGLISH_TRADE_FOOTER;
but don't see the text, is this how it is suppose to look aftre compiling?
Thanks
It has a class which has variables defined.
public static String ENGLISH_TRADE_FOOTER =
"<p>*To qualify, you must, during the immediately";
Now when I compile it, it created a class file. In that class file I see the variables, like
public static String ENGLISH_TRADE_FOOTER;
but don't see the text, is this how it is suppose to look aftre compiling?
Thanks