Justify your answer that you can't define a method inside another method in java, if you can then how?
No Answer is Posted For this Question
Be the First to Post Answer
How many characters is 16 bytes?
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
diff. b/w JAVA and javascript...
Can you override a final method?
What is main string [] args?
What is connection class in java?
what is difference between Interface and abstract class
What does 0 mean in boolean?
What are static blocks in java ?
Distinguish method overloading and overriding
Is array an object in java?
can we write a program with out a class in core java?