'A class is a template for an object' explain this statement.
No Answer is Posted For this Question
Be the First to Post Answer
What is a native method in java programming?
what is comparable and comparator interface?
when,where and how to use abstract class and interface
I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
What is try-with-resources in java?
How can we create an immutable class in java?
Should a main method be compulsorily declared in all java classes?
what is polymorphism?
How can I right-justify a string?
Why null value is used in string?
Is there any use of an abstract class which has no methods and no attributes?
Can we create object of static class?