MODEL QUESTION PAPERS
MODEL QUESTION PAPER-I
II B.Tech., II Semester Examinations
OOPS THROUGH JAVA
Common to IT, E.COMP.E, ETM, CSE, ECE, CSSE
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
*****
1. a. What is object oriented programming? How is it different from procedure oriented programming?
b. Compare String class and String Buffer class with an example of fraction of Java program code.
[8 + 8]
2. a. What is a thread? What are daemon threads? Explain about thread synchronization in Java.
b. Compare method overloading and method overriding with an example each. [8 + 8]
3. a. What is a Java package? What is a CLASSPATH? Explain how to create and access a Java package
with an example.
b. What is an ...