1. Java is a widely- used programing language for coding web applications.
It has been a popular
choice among developers.
2. The main features of object oriented programming are class, object, lnheritance, encapsulation,
and abstraction [Link] features make the code flexible, extensible, reusable and
easy to understand
3. A classification of data which tells the compiller or interpreter how the programmer intends to
use the data. most programming languages support various. Types of data, including
integer ,real,character, or string and Boolean
4. Variable in java language are the names used to refer to data stored in the memory. One java
variable can hold only a single type of data.