What are different type of exceptions in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is anagram word?
Define inheritance with reference to java.
What do you understand by java?
List down the methods and interfaces of collection class in java.
What is integers and example?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
What is the difference between preemptive scheduling and time slicing in java programming?
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
What are data types in programming?
Can we have more than one package statement in source file ?
33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac
What is tcp and udp?