logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between Listview and Treeview?


  • Correct Answer
  • Tree view control is designed to display data that is hierarchical in nature, such as organization trees, the entries in an index, the files, directories on a disk It is often used in conjuction with the List view control, which is used to display the contents of the folder selected in the tree view List view control displays data as listitem objects The control excels at representing subsets of data or discrete objectsThe list view property is often used in association with a tree view control 


  • Technology problems


    Search Results


    • 1. Define "Correlated Subqueries" ?
    • Discuss
    • 2. What does BUS Schema means ?
    • Discuss
    • 3. State the difference between View and Materialized View ?
    • Discuss
    • 4. What items are important in every Android project?
    • Discuss
    • 5. When should we use container classes instead of arrays?
    • Discuss
    • 6. What is the difference between dao,rdo and ado explain simply ?
    • Discuss
    • 7. What is SQL*Plus? Explain its features
    • Discuss
    • 8. Can you give few examples of final classes defined in Java API?
    • Discuss
    • 9. Which containers use a border Layout as their default layout ?
    • Discuss
    • 10. 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


    Comments

    There are no comments.

Enter a new Comment