You are on page 1of 1

IKON COMPUTER EDUCATION & TRAINING INSTITUTE

Subject: Java(Theory) Marks :50

1. What is Object Oriented Programming? Mention any 3 features of it. 5


2. Write down Short Notes— (Any 4) 4*3=12
Object, Encapsulation, Class, Inheritance

Java Byte Code, Polymorphism, Java Virtual Machine

Data Abstraction.

3. What is literal? How many types of literals are there & what they are? 5

4. What is Java Token? Is separator a token? Justify it. 2*2= 4

5. Make differences— (Any 3) 3*3=9


A. Object and Class.
B. Abstraction and Encapsulation.
C. Prefix & Postfix operator.
D. If & Else-If statement
E. Single and Double line comment.

6. What is Java Virtual Machine? 3

7. What is called the white space in Java? Give an example. 3

8. Write down the use of Punctuators in Java. 3

9. Find out the output: 2*3=6


A. X=(++B) + (B++)*3 if B=5
B. Y=3*(A++) – 12/(--A) if A=6
C. Z+=14%2 + 16/3 – 3 if Z=8

You might also like