In the below example, how many string objects are created?
No Answer is Posted For this Question
Be the First to Post Answer
What is widening and narrowing in java? Discuss with an example.
What is super in java?
I/O blocking means?
How a class can implement an interface?
What is the difference between actual and formal parameters?
What are classloaders?
what is the use of declaring constructor as private?
5 Answers Cyient, IVY Technologies, Sai Softech, Virtusa,
Is array a class?
Which keyword specify that a variable is effectively final ?
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"); } } }
Which list is sorted in java?
What do you mean by light weight and heavy weight components?