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

Java

The document outlines key features and principles of the Java programming language, emphasizing its simplicity, platform independence, and object-oriented nature. It mentions important concepts such as inheritance, polymorphism, and abstraction, as well as the structure of a basic Java program. Additionally, it describes the function of the Java compiler in processing source files into class files.

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)
1 views1 page

Java

The document outlines key features and principles of the Java programming language, emphasizing its simplicity, platform independence, and object-oriented nature. It mentions important concepts such as inheritance, polymorphism, and abstraction, as well as the structure of a basic Java program. Additionally, it describes the function of the Java compiler in processing source files into class files.

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

S.

Abilaasha Access 46 BCAS Campus

JAVA
QUE 01 A. Simple and easy to learn

Plet form- independent

Object- oriented

B. Principles- inheritance

Polymorphism

Abstraction

C. Pubic static void main (string [ ] args )

D. the java c command reads source files that contain module, package and type

Declarations written in the java programming language and compiles them into class

Files.

E. A set of object which shares common characteristics/ behaviour and common

Properties.

You might also like