What is multiple inheritance? Is it supported by java?
Why is the singleton pattern considered to be an anti pattern?
Can we have return statement in finally clause? What will happen?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is variable argument in java?
Is an array a vector?
How to stop a thread in java? Explain about sleep () method in a thread?
What is the range of the char type?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
Is singleton thread safe in java?
what is jndi?
What is object english?
Why to give the file name same as the public class name in java?