Search:

Type: Posts; User: Json

Search: Search took 0.11 seconds.

  1. Thread: Urgent Help

    by Json
    Replies
    7
    Views
    2,251

    Re: Urgent Help

    Have a look at this to find out how Java and JDBC can help you set up a database connection.

    JDK 6 Java Database Connectivity (JDBC)-related APIs & Developer Guides -- from Sun Microsystems

    //...
  2. Thread: Urgent Help

    by Json
    Replies
    7
    Views
    2,251

    Re: Urgent Help

    You can use the HttpServletRequest object.


    final String oldPassword = reguest.getParameter("oldpassword");

    And then just compare these using the equals method.

    // Json
Results 1 to 2 of 2