There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
HCL,
5 9366I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
3 12877How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.
4 9142
What is instance means in java?
What is the access scope of protected access specifier?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Is assembly language a low level language?
Can java program run without jre?
What is flag in java?
What is difference between array and arraylist in java?
What is the integer of 16?
Can we extend singleton class in java?
Can two objects have same hashcode?
What is difference between add() and addelement() in vector?
What is update method called?
What is import java util arraylist?
What exactly is methodology?