0% found this document useful (0 votes)
493 views2 pages

C3311

This document outlines the structure and content of an examination for a third semester B.Sc. degree in computer science. The exam has two parts: Part A consists of 5 short answer questions worth 4 marks each from a choice of 8 questions. Part B consists of 5 longer answer questions worth 10 marks each, with each question covering one of the 5 units of study: 1) Java features, 2) looping statements, 3) inheritance, 4) threads and exception handling, and 5) applets and input/output streams. The document provides the exam structure, units covered, and sample exam questions.

Uploaded by

Ramesh B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
493 views2 pages

C3311

This document outlines the structure and content of an examination for a third semester B.Sc. degree in computer science. The exam has two parts: Part A consists of 5 short answer questions worth 4 marks each from a choice of 8 questions. Part B consists of 5 longer answer questions worth 10 marks each, with each question covering one of the 5 units of study: 1) Java features, 2) looping statements, 3) inheritance, 4) threads and exception handling, and 5) applets and input/output streams. The document provides the exam structure, units covered, and sample exam questions.

Uploaded by

Ramesh B
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

C 3311

B.Sc. (Three Year) DEGREE EXAMINATION, OCTOBER/NOVEMBER 2017.

End Semester Examination

Third Semester

Part II : Computer Science

(Regular/Supplementary)

Paper III : OBJECT ORIENTED PROGRAMMING USING JAVA

Time : 3 Hours Max. Marks : 70

PART — A

Answer any FIVE of the following questions. (5  4 = 20 Marks)

1. Describe the various seperators used in JAVA.

2. What is the use of static methods in JAVA.

3. What are conditional operators? Explain with example.

4. What is vector? Write any four vector methods.

5. How can you implement interfaces?

6. How many catch blocks can we use with one try block.

7. Write a procedure to adding a class to a package.

8. Describe the structure of Java program.

PART — B
Answer ALL of the following questions. (5  10 = 50 Marks)

UNIT I

9. (a) What are the Java features? Explain each one.

Or
(b) Give an examples for ‘‘logical operators’’ and expressions.

Turn Over
UNIT II

10. (a) Explain different types of looping statements in Java.

Or

(b) With a Java program for method overloading.

UNIT III

11. (a) What is inheritance and how does it help us create new classes.

Or

(b) With a Java program to sort elements using array.

UNIT IV

12. (a) What is Thread? How can you implement thread? Explain with suitable
example.

Or

(b) What is exception handling? Explain in detail.

UNIT V

13. (a) Explain Applet life cycle.

Or

(b) Describe about Input stream classes and output stream classes.

———————

2 C 3311

You might also like