Search:

Type: Posts; User: davidrobin

Search: Search took 0.10 seconds.

  1. connection to Database is not happening......Please help

    I have installed oracle 11gXE and through cmd prompt i got connected to database.

    In the configuration.xml file I gave the following code.
    <bean id="dataSource"...
  2. Replies
    1
    Views
    1,232

    Question Regarding Interfaces

    I have a question.
    how do interface perform some task without having body in java. For example
    RequestDispatcher rd=request.getRequestDispatcher(“Login.html”);
    rd.include(request, response);
    ...
Results 1 to 2 of 2