When the constructor of a class is invoked?
No Answer is Posted For this Question
Be the First to Post Answer
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What does the exclamation mark mean 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 is meant by event handling?
How will you communicate between two applets?
What is the use of arrays tostring () in java?
What is temp in java?
Is arraylist sorted in java?
What are the basic concepts of OOPS in java?
0 Answers Axtria, ITC Indian Tobacco Company,
What is the function of http?
What does super()represent, and how is it used in Java?
what is polymorphism?