Can constructor return value?
No Answer is Posted For this Question
Be the First to Post Answer
I want to know the host name and provider name for tcs web mail
What is Vector?Can you elaborate how Vector is Thread safe?
What is the main purpose of 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 { }
Can a method be overloaded based on different return type but same argument type?
What are different types of arrays?
What's a method in programming?
why static class in java or what is use of static class in java
What is ‘is-a ‘ relationship in java?
What enableEvents() method do?
Is it possible to write static method in abstract class? justyfy your answer?
What are the Abstract Classes provided by Java?