What is identifier in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can an interface be final?
Can singleton class be serialized?
What is final class?
what is synchronization
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
Who is the owner of java?
Is java supports multiple inheritance? explain?
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
Give reasons supporting that string is immutable.
What is finally in Java?
How can we avoid including a header more than once?
Can you give names of Container classes?