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
UNIVERSAL COLLEGE OF ENGINEERING & TECHNOLOGY
Dokiparru (V), Medikondur (M), Guntur – 522 438
Object Oriented Programming Through Java
Question Bank For Mid I UNIT –I 1. a). Explain the various access specifies are used in java. b). Describe the various bitwise operators supported by java language. 2. Describe all the Control Structures including Selection and Looping. 3. a). Explain the Structure of a Java program. b). Write a java program to find individual digits of any given number. 4. a). Describe the following? 1. With the help of syntax, flow chart and example explain the while loop. 2. Discuss Java jump statements. b). Describe the following? 1. Command Line Arguments 2. With the help of suitable example program Explain the implicit conversion UNIT –II 1. What is a constructor? List the types of Constructors including Copy Constructor. Write a program on Overloading of Constructors. 2. Describe the following: 1. Nested Class 2. Overriding 3. Describe the following: a). How to pass objects as parameters in methods? b). Final class 4. Elaborate the following: a). Class and Object b). Assigning One Object to Another 5. a). Write a java program to find the greatest number present in an array of whose size is 8. b). Addition of Two Matrices by checking compatibility. 6. Elaborate a). How can we implement multiple inheritance in java. Explain. b).Single Inheritance with Example