Multiple choice

A template or blueprint that specifies the behaviour or states the objects of its type support is called

  1. object

  2. data type

  3. keyword

  4. class

  5. instant variable

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Class is a basic data type in Java. It is used as template for creating object. Each object has its own characteristics and properties.