Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

try { Class.forName("com.mysql.jdbc.Driver"); System.out.println("all is well!!!"); } catch(ClassNotFoundException ex) { ex.

printStackTrace(); } //established conn object here

Attributes Parameter -------------------------------------key, value key, value String, anything String, String request session application

Beer advise application ============= <html><body> <h1 align="center">Beer Selection Page</h1> <form action="SelectBeer" method="POST"> Select beer characteristics<p> Color: <select name="color" size="1"> <option value="light"> light </option> <option value="amber"> amber </option> <option value="brown"> brown </option> <option value="dark"> dark </option> </select> <br><br> <center> <input type="submit"> </center> </form> </body></html>

You might also like