Answered Questions

  • enctype in Form

    Why do we use enctype in form while uploading a file?

    abc

    • Sep 12th, 2011

    The enctype attribute specifies how form-data should be encoded before sending it to the server.The form-data is encoded to "application/x-www-form-urlencoded" by default.

  • Rectify Deadlock

    If a deadlock has occured and if you have given with the dump, how will you identify that where the deadlock has occured, how the deadlock occured and how to rectify the same.

    kari

    • Oct 16th, 2011

    the steps necessary to identify and rectify code causing deadlocks are: * Locate the error messages in the alert log. * Locate the relevant trace file(s). * Identify the SQL statements i...