logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • How do you handle error condition while writing stored procedure or accessing stored procedure from java ?


  • Correct Answer
  • Stored procedure should return error code if some operation fails but if stored procedure itself fail than catching SQLException is only choice 


  • Technology problems


    Search Results


    • 1. What is the difference between creating String as new() and literal ?
    • Discuss
    • 2. How can you make sure your dependencies are safe ?
    • Discuss
    • 3. If sub class data member is hiding super class data member then how to access super class data member inside sub class methods?
    • Discuss
    • 4. What is the fastest type of JDBC driver ?
    • Discuss
    • 5. What is a package?
    • Discuss
    • 6. Which is a reserved word in the java programming language?

    • Options
    • A. Variable
    • B. Identifier
    • C. Keyword
    • D. Main
    • Discuss
    • 7. Which of the following best describes JavaScript?

    • Options
    • A. a scripting language precompiled in the browser.
    • B. an object-oriented scripting language
    • C. a low-level programming language.
    • D. a compiled scripting language.
    • Discuss
    • 8. Is it possible to nest functions in javascript?
    • Discuss
    • 9. Warning implicit declaration of function?
    • Discuss
    • 10. How many constructors can a class have?

    • Options
    • A. 1
    • B. 2
    • C. 4
    • D. None of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment