What is meant by class?
No Answer is Posted For this Question
Be the First to Post Answer
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What are the characteristics of java?
What is the major advantage of external iteration over internal iteration?
strings in java are objects.why?
State the merge-sort principle and its time complexity.
0 Answers Akamai Technologies,
What is use of a abstract variable?
What is file in java?
what is use of threads how many ways to create thread
Explain about narrowing conversion in java?
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 are meta-annotations?
If a variable is declared as private, where may the variable be accessed?