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

OOP1 Question Bank

The document is a question bank for the OOP-1 course at Sal College of Engineering, focusing on Java programming concepts. It includes questions on Java features, bytecode, platform independence, loops, keywords, method overloading and overriding, string manipulation, polymorphism, encapsulation, inheritance, and constructors. Additionally, it requires students to implement Java programs and provide examples for various concepts.

Uploaded by

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

OOP1 Question Bank

The document is a question bank for the OOP-1 course at Sal College of Engineering, focusing on Java programming concepts. It includes questions on Java features, bytecode, platform independence, loops, keywords, method overloading and overriding, string manipulation, polymorphism, encapsulation, inheritance, and constructors. Additionally, it requires students to implement Java programs and provide examples for various concepts.

Uploaded by

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

SAL COLLEGE OF ENGINEERING

Department of Computer Engineering & Information Technology


SUBJECT: OOP-1 (3140705)
Question Bank

1) Explain the Features of Java.


2) What is Java bytecode? What is the extension of a Java bytecode file? Which software
is needed to run Java bytecode?
3) How does Java support platform independence? What is the role of JVM in it?
4) List out different types of loops available in java with code snippet.
5) Explain the following Java keywords using appropriate examples. i) Static ii) Final
iii) Super.
6) Explain Method Overloading and Method Overriding with an Example.
7) Differentiate String and StringBuffer. Also, describe the methods related to String
with an example.
8) Implement a Java program demonstrating polymorphism.
9) Explain about Encapsulation, Abstraction, Class, Object, and Polymorphism.
10) What is Inheritance? List out the different forms of Inheritance and explain anyone
with an example.
11) What is a constructor? List out types of constructors. Explain anyone with the help of
an example.
12) Prepare one program to create a class and define methods in it.

You might also like