Java
 Computer >> Computer tutorials >  >> Programming >> Java
  1. How to handle the ArithmeticException (unchecked) in Java?

  2. How to handle the NumberFormatException (unchecked) in Java?

  3. How to handle the ArrayStoreException (unchecked) in Java?

  4. Can a method local inner class access the local final variables in Java?

  5. Can we declare a top level class as protected or private in Java?

  6. Can we declare a try catch block within another try catch block in Java?

  7. What are the differences between length and length () in Java?

  8. What are the different types of nested classes are defined in Java?

  9. What is a ClassCastException and when it will be thrown in Java?

  10. What are the rules need to follow when overriding a method that throws an exception in Java?

  11. How to handle the StringIndexOutOfBoundsException (unchecked) in Java?

  12. What will happen when we try to override final method of the superclass in Java?

  13. Can we declare a constructor as private in Java?

  14. Can we define a method name same as class name in Java?

  15. What are the differences between a static block and a constructor in Java?

  16. Can we extend an enum in Java?

  17. Can we change the order of public static void main() to static public void main() in Java?

  18. When can we use intern() method of String class in Java?

  19. Can we define a static constructor in Java?

  20. How to change/increase the heap size of the Java Virtual Machine in Java?

Total 1890 -Computer  FirstPage PreviousPage NextPage LastPage CurrentPage:9/95  20-Computer/Page Goto:1 3 4 5 6 7 8 9 10 11 12 13 14 15