Can we create more than one object singleton class?
No Answer is Posted For this Question
Be the First to Post Answer
What are new features introduced with java 8 ?
What does snprintf return?
Explain about method local inner classes or local inner classes in java?
What is static in java?
can anyone explain me the concept of autoboxing?
How to display arraylist values in java?
Can we declare an anonymous class as both extending a class and implementing an interface?
8 Answers College School Exams Tests, JVA, TCS, Wipro,
What is a java applet? What is an interface?
Is null in java?
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 Assertion?
What method is used to compare two strings ?