BCS306A-OOP with Java Question Bank-4
BCS306A-OOP with Java Question Bank-4
Engineering
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.
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.