can we write two same methods in outer class and innerclass.
What is a static method in java?
Can we override the main method?
Difference between Application and Applet ?
List the three steps for creating an object for a class?
Does constructor return any value?
What is the difference between JDK and JVM?
What are the loops in java?
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 does 3 dots mean in java?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
Hi ,i convert contrller as jSp And presentation as servlet ...will it do? if so what are advantage and idsadvantages
What does those terms actually mean included in the j.d.k i.6?