logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the types of Collision Resolution Techniques and the methods used in each of the type?


  • Correct Answer
  • Open addressing (closed hashing), The methods used include: Overflow block, Closed addressing (open hashing) The methods used include: Linked list, Binary tree? 


  • Technology problems


    Search Results


    • 1. A world wide web contains web pages

    • Options
    • A. residing in many computers linked together using HTML.
    • B. with links to other web pages.
    • C. residing in many computers.
    • D. created using HTML.
    • Discuss
    • 2. Which operator performs pattern matching ?

    • Options
    • A. LIKE operator
    • B. EXISTS operator
    • C. BETWEEN operator
    • D. None of these
    • Discuss
    • 3. What is the difference between stack and array?
    • Discuss
    • 4. What is DHTML? What are the features of DHTML?
    • Discuss
    • 5. Which of the following can't be done with client-side JavaScript?

    • Options
    • A. Sending a form's contents by email
    • B. Storing the form's contents to a database file on the server
    • C. Validating a form
    • D. None of the above
    • Discuss
    • 6. Write SQL Query to display current date?
    • Discuss
    • 7. Write an SQL Query find number of employees according to gender whose DOB is between 01/01/1960 to 31/12/1975.
    • Discuss
    • 8. Javascript is interpreted by

    • Options
    • A. Server
    • B. Object
    • C. Client
    • D. None of the above
    • Discuss
    • 9. What is the correct JavaScript syntax to write ?Hello World??

    • Options
    • A. System.out.println(
    • B. println (
    • C. document.write(
    • D. response.write(
    • Discuss
    • 10. Which is more effective while calling the functions?

    • Options
    • A. call by value
    • B. call by reference
    • C. call by pointer
    • D. none
    • Discuss


    Comments

    There are no comments.

Enter a new Comment