logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Which of these class have only one field 'TYPE' ?


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

  • Correct Answer
  • Void 

    Explanation

    The Void class has one field, TYPE, which holds a reference to the Class object for the type void.

  • Tags: Analyst, IT Trainer

    Technology problems


    Search Results


    • 1. 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
    • 2. Which containers use a border Layout as their default layout ?
    • Discuss
    • 3. Can you give few examples of final classes defined in Java API?
    • Discuss
    • 4. What is SQL*Plus? Explain its features
    • Discuss
    • 5. What is the difference between dao,rdo and ado explain simply ?
    • Discuss
    • 6. Which of the following attribute can hold the JavaScript version?

    • Options
    • A. script
    • B. version
    • C. language
    • D. none of the above
    • Discuss
    • 7. Which JSON framework is supported by iOS?
    • Discuss
    • 8. What is the security aspects provided with cloud?
    • Discuss
    • 9. find all Employee records containing the word "Joe", regardless of whether it was stored as JOE, Joe, or joe.
    • Discuss
    • 10. What are the difference between call screen and leave screen?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment