What is static data type in java?
No Answer is Posted For this Question
Be the First to Post Answer
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 { }
What is JFC?
What is Java Reflection API? Why it’s so important to have?
Name the immediate superclass of the MenuComponent class?
Can you make a constructor final?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
What are thread groups?
Can we convert stringbuilder to string in java?
Can an arraylist be empty?
Give us a program to check for parenthesis matching using stack.
What enableEvents() method do?
What is application system?