What do you mean by object?
No Answer is Posted For this Question
Be the First to Post Answer
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
Describe how to implement singleton design pattern in struts.
In what type of containers, Border layout is a default layout?
where to use join method and explain with real time senario?and programatical explenation also..
Can we extend singleton class?
What is Hash Code in Java?
Differentiate between stringbuffer and string?
can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
Why Java doesn’t support multiple inheritance?
How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }
What is JVM ? use of JVM?
What is the use of static class?