logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the fastest type of JDBC driver ?


  • Correct Answer
  • Type 4 (JDBC Net pure Java Driver) is the fastest JDBC driver Type 1 and Type 3 drivers will be slower than Type 2 drivers (the database calls are make at least three translations versus two), and Type 4 drivers are the fastest (only one translation) 


  • Technology problems


    Search Results


    • 1. What is a package?
    • Discuss
    • 2. Which of the following are valied?

    • Options
    • A. A class can extend any number of classes simulteneously
    • B. A class can implement only one interface at a time
    • C. A class can extend other class or can implement interface but not both simulteneously
    • D. None of the above
    • Discuss
    • 3. X implements Y extends Z

    • Options
    • A. X can be class Y,Z are interfaces
    • B. X is an interface Y,Z are classes
    • C. X,Y are classes Z is an interface
    • D. Complilation error
    • Discuss
    • 4. What is Marker Interface?
    • Discuss
    • 5. When is the finalize() called ? What is the purpose of finalization ?
    • Discuss
    • 6. If sub class data member is hiding super class data member then how to access super class data member inside sub class methods?
    • Discuss
    • 7. How can you make sure your dependencies are safe ?
    • Discuss
    • 8. What is the difference between creating String as new() and literal ?
    • Discuss
    • 9. How do you handle error condition while writing stored procedure or accessing stored procedure from java ?
    • Discuss
    • 10. Which is a reserved word in the java programming language?

    • Options
    • A. Variable
    • B. Identifier
    • C. Keyword
    • D. Main
    • Discuss


    Comments

    There are no comments.

Enter a new Comment