logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • what is non-static member class?


  • Correct Answer
  • Non-static member class is a class defined inside outer class with out static modifier EX: class A { // top level class or outer class class B { //non-static member class } } 


  • Technology problems


    Search Results


    • 1. What is static member class?
    • Discuss
    • 2. What is top level class?
    • Discuss
    • 3. What is the purpose of the wait(), notify(), and notifyAll() methods ?
    • Discuss
    • 4. What are wrapped classes ?
    • Discuss
    • 5. What is synchronization and why is it important ?
    • Discuss
    • 6. What is local class?
    • Discuss
    • 7. What is anonymous class?
    • Discuss
    • 8. What is the syntax to create the object?
    • Discuss
    • 9. How to assign address to the reference?
    • Discuss
    • 10. Why static method can not call non static method of the same class?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment