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

Oop Assignment-1

Uploaded by

Nasreen Taj
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)
8 views1 page

Oop Assignment-1

Uploaded by

Nasreen Taj
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
You are on page 1/ 1

OOP ASSIGNMENT – 1

1) Explain Arithmetic Operators, Relational Operators, Boolean Logical Operators in java with
example.
2) Explain automatic type promotion during expression evaluation in java with appropriate
examples.
3) Define Bytecode? And elucidate why java is called as interpreted language?
4) Explain three basic OOP Principles of Java.
5) Explain compiling and execution of Java Program by taking a simple example.
6) Explain two control statements (if, for) of java programming language with example.
7) Explain the primitive data types of java language.
8) Explain the Scope and Life time of variables in java with suitable Example.
9) Illustrate the concept of Type Conversion and Casting in java with appropriate program.
10) How arrays are defined in java? Explain with example (Both 1D and 2D Arrays)
11) Write a java program to print the pattern like follows
0
1 2
3 4 5
6 7 8 9
Using 2D Arrays
12) Write a java program to print the pattern like follows
1
1 2
1 2 3
1 2 3 4
Using 2D Arrays
13) Write a Java program to Multiply two matrices of size 3*3 using 2D arrays.
14) Explain the Following operators
1) >> 2) << 3)>>> 4) >>>= 5) ~ 6) | 7) &
15) Explain Short Circuit logical Operators of java with Example.
16) Explain iteration Statements of Java With suitable example.
17) Explain different variants of for looping statement with example.
18) Explain the ternary Operator (?:) with an example.
19) Explain different types of selection statements in Java with an example for each.
20) Explain Jump Statements of Java With suitable examples.
21) Any program based on concepts might appear.

You might also like