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

BCS306A-OOP with Java Question Bank-4

Java Question Bank

Uploaded by

sajood
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)
10 views1 page

BCS306A-OOP with Java Question Bank-4

Java Question Bank

Uploaded by

sajood
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

Department of Information Science and

Engineering

Subject Code: BCS306A Subject: Object Oriented Programming with Java

Question Bank-4
1.List and Explain various data types supported in Java.
2.Explain the three OOP principles.
3.With code snippet, explain switch statement in Java.

4.Define an array? Explain 2D array in Java with the help of a program.

5.Explain the for and for each iterative statement in Java with the help of a program.
6.Explain the operations of the following operators with the help of a Java Program:
i) << ii) || iii) ! iv) ^
7.Explain Child Thread by inheriting Thread class with the help of a JAVA program.
8.Write a program to illustrate creation of multi threads using runnable interface.
9.Write a JAVA program to demonstrate Type Wrappers and AutoBoxing.
10.Write a JAVA Program to illustrate Enumeration.

You might also like