logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is stored in the 'this' reference?


  • Correct Answer
  • This is a keyword and used as reference to Current object address in java It means by using which object the method is called that object hashcode is stored inside the 'this' 

  • Tags: Analyst

    Technology problems


    Search Results


    • 1. Why static method can not call non static method of the same class?
    • Discuss
    • 2. How to assign address to the reference?
    • Discuss
    • 3. What is the syntax to create the object?
    • Discuss
    • 4. What is anonymous class?
    • Discuss
    • 5. What is local class?
    • Discuss
    • 6. When this. non-static datamember is compulsory inside non-static method
    • Discuss
    • 7. What is the differnce among public, protected and package access data?
    • Discuss
    • 8. In a class if private data member is declared then how to set data to that private data member?
    • Discuss
    • 9. In a class if private data member is declared then how to get value of that data member?
    • Discuss
    • 10. What is difference between methods and blocks?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment