If the entered information by the user doesn't match with the information existing in the database then I wish to print a message on the browser to the end user which explains as given below.
For Example:
By using System.out.println ("The user name you provided is incorrect.");
prints in the java console. (Works perfectly)
By using out.println ("The user name you provided is incorrect.");
gives an error. (Doesn't Work.)
Can anybody help me how to do the same.
Regards,
Suresh Kumar
