logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is static member class?


  • Correct Answer
  • Static member class is a class defined inside outer class with static modifier EX: Class A { //top level class or outer class static class B { //static member class } } 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment