answer
answer
Define abstraction
Anwer in 109page no
Interpreter➡️Translates code frome high level language to machine language but it translates
line by line .
compiler➡️translates the entire code from high level language to machine level language.
What are literals= literals are the constant values that appear directly in the program(124) dekh lena exh
What are keywords = keywords are reserved words with a specific meaning in java
What are identifiers = An identifier in Java is the name given to Variables, Classes, Methods, Packages,
Interfaces, etc
What are variables= Variables in Java are containers that store data that can be changed during a
program's execution
What are data types== A data type is a characteristic of a variable that determines what kind of data it
can hold
What are operators page no 136 se padh lena kayi question mil jayenge
what is escape sequence 129 Escape sequences are used to signal an alternative interpretation of a
series of characters. In Java, a character preceded by a backslash (\) is an escape sequence.
what is encapsulation =Encapsulation is defined as the wrapping up of data under a single unit.