Can you access the private method from outside the class?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between string s= new string (); and string s = "abv";?
string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?
What are wrapper classes in java?
When would you use a static class?
Explain the difference between a Thread and a Process.
What does += mean in java?
What is an interface in java? Explain
Why is whitespace important?
What is a java predicate?
What is the purpose of assert keyword used in jdk1.4.x?
How is a structure different from array ?
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.