Can a class have a static inner class?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
What is equals method in java?
where to use join method and explain with real time senario?and programatical explenation also..
If you are given the name of the function at run time how will you invoke the function?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
what is difference between length and length()?
Explain the different forms of polymorphism?
Java violates few objected oriented concepts. Can you explain in what way?
What does %d do in java?
What is Map interface?
what are Checked & Unchecked exceptions ?
How do you compare two strings lexicographically?