Does constructor be static?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between a Thread and a Process.
What is a Transient Object?
0 Answers InfoAxon Technologies,
Explain the difference between getAppletInfo and getParameterInfo?
How can u increase the heap size in the memory?
Is logger a singleton?
What do you understand by the term singleton?
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
different between exception and error? explaim check and uncheck exception
What is the preferred size of a component in java programming?
How do you use, call, and access a static method in Java?
What are the wrapped, classes?
How do you identify if jvm is 32-bit or 64-bit from java program?