What is the use of object and class classes?
No Answer is Posted For this Question
Be the First to Post Answer
What is loop in java?
what is difference between Interface and abstract class
How to set the permissions to a file in java?
What do you mean by access modifier?
What is Interface?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is difference between equals and hashcode method?
What is string in java with example?
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 to call one constructor from the other constructor ?
When is an object subject to garbage collection?
what is meta-Inf?