logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between dao,rdo and ado explain simply ?


  • Correct Answer
  • DAO (Data access object ) is used for accessing data before ado it was used for database installed on same sys where the application resides RDO (Remote data object ) is used for accessing remote data ADO (Active data object ) most powerful till date it is nothing but combination of both DAO and RDO 


  • Technology problems


    Search Results


    • 1. What is the difference between Listview and Treeview?
    • Discuss
    • 2. Define "Correlated Subqueries" ?
    • Discuss
    • 3. What does BUS Schema means ?
    • Discuss
    • 4. State the difference between View and Materialized View ?
    • Discuss
    • 5. What items are important in every Android project?
    • Discuss
    • 6. What is SQL*Plus? Explain its features
    • Discuss
    • 7. Can you give few examples of final classes defined in Java API?
    • Discuss
    • 8. Which containers use a border Layout as their default layout ?
    • Discuss
    • 9. void waitForSignal() { Object obj = new Object(); synchronized (Thread.currentThread()) { obj.wait(); obj.notify(); } } Which statement is true?

    • Options
    • A. This code can throw an InterruptedException.
    • B. This code can throw an IllegalMonitorStateException.
    • C. This code can throw a TimeoutException after ten minutes
    • D. All the above
    • Discuss
    • 10. Which of these class have only one field 'TYPE' ?

    • Options
    • A. Run time
    • B. Process
    • C. Void
    • D. System
    • Discuss


    Comments

    There are no comments.

Enter a new Comment