logo

CuriousTab

CuriousTab

Technology problems


  • 1. What are the restrictions when overriding a method ?
  • Discuss
  • 2. What is difference between Path and Classpath?
  • Discuss
  • 3. What is the impact of declaring a method as final?
  • Discuss
  • 4. What is static initializer block? What is its use?
  • Discuss
  • 5. How does a try statement determine which catch clause should be used to handle an exception?
  • Discuss
  • 6. What are the the different ways for creating a thread?
  • Discuss
  • 7. What is the difference between creating a thread by extending Thread class and by implementing Runnable interface? Which one should prefer?
  • Discuss
  • 8. What is Thread ?
  • Discuss
  • 9. What do you understand by private, protected and public?
  • Discuss
  • 10. If a method is declared as protected, where may the method be accessed?
  • Discuss

First 133 134 135 ... 136 .. 138 139 Last