0% found this document useful (0 votes)
3 views1 page

Java Que 1

Java is a popular programming language for web applications, favored by developers. It features object-oriented programming principles such as class, object, inheritance, encapsulation, and polymorphism, which enhance code flexibility and reusability. Variables in Java are names for data stored in memory, with each variable capable of holding only one data type.

Uploaded by

cyberkillerdoc
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Java Que 1

Java is a popular programming language for web applications, favored by developers. It features object-oriented programming principles such as class, object, inheritance, encapsulation, and polymorphism, which enhance code flexibility and reusability. Variables in Java are names for data stored in memory, with each variable capable of holding only one data type.

Uploaded by

cyberkillerdoc
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like