Department of Information Science and
Engineering
Subject Code: BCS306A Subject: Object Oriented Programming with Java
Question Bank-4
[Link] and Explain various data types supported in Java.
[Link] the three OOP principles.
[Link] code snippet, explain switch statement in Java.
[Link] an array? Explain 2D array in Java with the help of a program.
[Link] the for and for each iterative statement in Java with the help of a program.
[Link] the operations of the following operators with the help of a Java Program:
i) << ii) || iii) ! iv) ^
[Link] Child Thread by inheriting Thread class with the help of a JAVA program.
[Link] a program to illustrate creation of multi threads using runnable interface.
[Link] a JAVA program to demonstrate Type Wrappers and AutoBoxing.
[Link] a JAVA Program to illustrate Enumeration.