logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is local class?


  • Correct Answer
  • Local class is class defined inside method EX; class A { // top level class public static void main(string[] args) { class B { // local class } } } 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment