enlist some features of jdk.
No Answer is Posted For this Question
Be the First to Post Answer
Can we compare two strings in java?
What is array and arraylist in java?
Is 0 an irrational number?
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
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Explain the inheritance?
What is nested class?
Why call by value prevents parameter value change?
What is the final class?
What is io stream in java?
If an object is garbage collected, can it become reachable again?
what are the design patterns in struts?