logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the restriction imposed on a static method or a static block of code?


  • Correct Answer
  • A static method should not refer to instance variables without creating an instance and cannot use "this" operator to refer the instance 


  • Technology problems


    Search Results


    • 1. I want to print "Hello" even before main() is executed. How will you acheive that?
    • Discuss
    • 2. What is PHP?s configuration file called ?
    • Discuss
    • 3. What is the diff between RDO and ADO?
    • Discuss
    • 4. What is the difference between ADODC and ADODB?
    • Discuss
    • 5. Define what is a Fact, Dimension and Measure ?
    • Discuss
    • 6. What is the difference between Serial and Throughput Garbage collector ?
    • Discuss
    • 7. When do you override hashcode and equals() ?
    • Discuss
    • 8. Which of the following are capabilities of functions in JavaScript?

    • Options
    • A. Accept parameters
    • B. Return a value
    • C. Accept parameters and Return a value
    • D. None of the above
    • Discuss
    • 9. Explain different layers which define cloud architecture
    • Discuss
    • 10. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables ?

    • Options
    • A. Data Manipulation Language(DML)
    • B. Data Definition Language(DDL)
    • C. Both A & B
    • D. None
    • Discuss


    Comments

    There are no comments.

Enter a new Comment