Computer Applications
Related Questions
By default, a class is declared using the access specifier …………… .
- private
- public
- protected
- secured
Which is a valid display() method declaration of a class Sample?
- Void Sample{int x}
- public void display()
- public void Show()
- Display{}
Name the feature of Java depicted in the below picture.

- Data Abstraction
- Polymorphism
- Class and Objects
- A set of animals
Which keyword allocates objects in dynamic memory?
- this
- private
- new
- int