What are the advantages of functions?
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 { }
Why string objects are immutable in java?
i don't want fullforms of JDK an JVM i want definitions for them
What is generic class?
Why are lists ordered in java?
What are legal modifiers that we can use to declare an inner class?
What is a finally block? Is there a case when finally will not execute?
What is the largest data type in java?
Is void a return type?
Can we declare main () method as non static?
How to convert a string to long?
What are the types of loops in Java, and how are they used?