0% found this document useful (0 votes)
4 views

Bca 5 Sem Programming in Java 70629 Jan 2021

This document is an examination paper for BCA students on the subject of Programming in Java, with a total of 16 questions divided into two sections. Section A consists of 10 compulsory questions worth 2 marks each, while Section B contains 6 questions, of which students must attempt any 4, each worth 10 marks. The paper covers various topics including Java history, data types, inheritance, exceptions, applets, and event handling.

Uploaded by

harleensingh985
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)
4 views

Bca 5 Sem Programming in Java 70629 Jan 2021

This document is an examination paper for BCA students on the subject of Programming in Java, with a total of 16 questions divided into two sections. Section A consists of 10 compulsory questions worth 2 marks each, while Section B contains 6 questions, of which students must attempt any 4, each worth 10 marks. The paper covers various topics including Java history, data types, inheritance, exceptions, applets, and event handling.

Uploaded by

harleensingh985
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

Roll No. Total No.

of Pages : 02
Total No. of Questions : 16
BCA (2014 to 2018) (Sem.–5 )
PROGRAMMING IN JAVA
Subject Code : BSBC-502
M.Code : 70629

Time : 3 Hrs. Max. Marks : 60

INST RUCT ION TO CANDIDAT ES :


1. SECTION-A is COMPULSORY cons is ting of TEN questions carrying TWO marks
each.
2. SECTION-B c ontains SIX questions carry ing T EN ma rks each and a s tudent has
to attempt any FOUR questions .

SECTION-A

Answer briefly :

1. Discuss the history of Java in brief.

2. Write the general structure of a typical Java program.

3. What is Java virtual machine?

4. What is the role of a constructor in a program?

5. What do you mean by containership?

6. What is the purpose of throw statement?

7. What is the purpose of Java AWT package?

8. How is multiple Inheritance implemented in Java?

9. Differentiate between InputStream and Reader classes.

10. What do you mean by interface in Java?

1 | M-70629 (S3)-49

https://www.ptustudy.com
SECTION-B

11. What are the various data types available in Java? Discuss each with an example.

12. What is Inheritance? Explain various types of inheritance with suitab1e examples.

13. What is an Exception? How is it different from an error? Is it possible to include your
own exception in a program? Explain with suitable code for the purpose. Also discuss the
use of Finally block.

14. Create an applet that receives two numeric values as input from the user and then
displays the sum, difference and product of these on the screen. Write a sample HTML
page to include this applet.

15. What are the various events defined in the MouseEvent class? Explain the purpose of
each with an example.

16. What is a Stream? Describe the major tasks of input and output stream noses. Discuss and
distinguish between them.

NOTE : Disclosure of Identity by writing Mobile No. or Making of passing request on any
page of Answer Sheet will lead to UMC against the Student.

2 | M-70629 (S3)-49

https://www.ptustudy.com

You might also like