Explain about core java?
No Answer is Posted For this Question
Be the First to Post Answer
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
How Applets & Servlets will communicate with each other?
how to transactions(Bank transactions) in business process in ejb?
What about interthread communication and how it takes place in java?
What are measurable parameters?
How hashmap works in java?
What is the Scope of Static Variable?
Difference difference paint() and paintcomponent()?
What is sorting in java?
Can we change the value of static variable?
What variables are stored in stack?
what are the purposes of native, transiant key words?