Be careful of the capitalization in java. This program should not work as written, as the <applet> param name is "message" (lowercase m) while the java code is looking for a parameter named "Message" (capital M). Message and message are two different variable names.
CapitalizationJohn January 5, 2012 at 12:31 AM
Be careful of the capitalization in java. This program should not work as written, as the <applet> param name is "message" (lowercase m) while the java code is looking for a parameter named "Message" (capital M). Message and message are two different variable names.
oopsachin April 4, 2012 at 3:35 PM
this is most tuffest subject that we are in trouble.
Post your Comment