
I am having 10 countries in the data base as back end.in front end i am having a button in web page like SHOWCOUNTRIESLIST so i need java code how to retrive that 10 countries from back end to my page,,pls help me ,,,,,,,,
shaik

hi, To create a button on web page you can use the following code
<input type="submit" value="ShowCountriesList"/>
And to retrieve the data from database you may follow the following steps in your Java code :
For detail tutorial you can go through the following link JSP Get Data From Database
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.