Computer Applications
Which of the following keywords is used to create an instance of a class?
- new
- public
- class
- main
Objects & Classes
103 Likes
Answer
new
Reason — New keyword is used to create an instance of a class.
Answered By
55 Likes
Related Questions
- Name the feature of Java depicted in the below picture.  - Data Abstraction
- Polymorphism
- Class and Objects
- A set of animals
 
- The …………… is called an instance of a class. - attribute
- object
- state
- features
 
- The objects we see around us are called as: - Real world object
- Virtual object
- Imaginary object
- None of these
 
- Which of the following refer to as the default access specifier of a class ? - private
- personal
- public
- new