Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

TULSIRAMJIGAIKWAD-PATIL College of Engineering and Technology

Wardha Road, Nagpur - 441108


Accredited with NAAC A+ Grade
Approved by AICTE, New Delhi, Govt. of Maharashtra
(An Autonomous Institution Affiliated to RTM Nagpur University)
Department of Information Technology

Session 2022-23
Question Bank CT-1
Subject: Competitive Programming with Java(BIT2404) Semester: Fourth

S. Unit-I& Unit-II CO
No
1 List any eight features of Java. CO1
2 Define packages in java with its advantages. CO1
3 Write short note on following line: CO1
Public static void main (String args [ ])
4 Explain different data types used in Java language, with suitable example CO1
of each.
5 Write a program to demonstrate for loop in Java. CO1
6 What is Object class? CO1
7 What is abstract class? CO1
8 Define polymorphism? CO1
9 Define dynamic binding? CO1
10 Define method overriding? CO1
11 Compare and Contrast differences between interfaces vs Abstract CO2
classes.
12 Define interface? CO2
13 What is package? CO2
14 Define various steps for creating and importing packages. CO2
15 How we implement an interface. Explain. CO2
16 Can you discuss about the array in java with its advantages and CO2
disadvantage?
17 Write a CO2
Java Program to illustrate how to declare, instantiate, initialize and traverse the Java array.
18 How we implement an interface. Explain. CO2
19 Explain the Usage of “Super” keyword, with an example program. CO2
20 What is package? Explain different types of Packages. CO2
21 Compare various differences between interfaces and abstract class. CO2
22 Discuss how interfaces are defined and implemented. CO2
23 Explain the uses of inner classes and local inner classes. With an CO2
example?
24 Discuss in detail about creating and importing packages with an CO2
examples.
25 Discuss in detail how packages can be defined, creating and accessed. CO2
26 How interfaces can be extended? Explain. CO2
27 What is interface? Write Differences between classes and interfaces? CO2

You might also like