Can you have two constructors in java?
What causes memory leaks in java?
can any one send me the example program of immutable class?
What is the use of string and stringbuffer?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What is a ternary operator in java?
What access modifiers can be used for class ?
Why is it called buffering?
How do you add spaces in java?
What is data type in java?
Do you know how to reverse string in java?
What happens if I remove static from main method?
What do you mean by garbage collection used in java?