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

MCA (Revised) Term-End Examination December, 2009 Mcs-024: Object Oriented Technologies and Java Programming

This document is the term-end examination for the course MCS-024: Object Oriented Technologies and Java Programming. It contains 5 questions, with Question 1 being compulsory and students to attempt any 3 of the remaining questions. Question 1 has 6 short parts asking about Java event handling, generating lines in an applet, Java thread model and priorities, output stream class methods, exception handling hierarchies, and differences between superclass and subclass with a program example. The other questions ask about differences between Swing and AWT with advantages of Swing, multidimensional arrays, iterative statements, public static void main, OOP benefits, applet lifecycle and AWT event components, abstract classes and interface inheritance/implementation, and copying

Uploaded by

Nitin Nilesh
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)
100 views2 pages

MCA (Revised) Term-End Examination December, 2009 Mcs-024: Object Oriented Technologies and Java Programming

This document is the term-end examination for the course MCS-024: Object Oriented Technologies and Java Programming. It contains 5 questions, with Question 1 being compulsory and students to attempt any 3 of the remaining questions. Question 1 has 6 short parts asking about Java event handling, generating lines in an applet, Java thread model and priorities, output stream class methods, exception handling hierarchies, and differences between superclass and subclass with a program example. The other questions ask about differences between Swing and AWT with advantages of Swing, multidimensional arrays, iterative statements, public static void main, OOP benefits, applet lifecycle and AWT event components, abstract classes and interface inheritance/implementation, and copying

Uploaded by

Nitin Nilesh
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

MCS-024 I

MCA (Revised)
Term-End Examination
.714

December, 2009

cV

MCS-024 : OBJECT ORIENTED


TECHNOLOGIES AND JAVA
PROGRAMMING
Maximum Marks : 100

Time : 3 hours

Note : Q. No. 1 is compulsory. Attempt any three questions


from the rest.

1.

(a) How does java handle event ?

Write a program in Java to capture an event


generated by keyboard.
Write a program to generate a line in an
applet ?

Explain Java Thread Model along with


priorities

Write any four methods involved in output


stream class.

Discuss the throwabte class hierarchy for


handling exceptions in Java

(f) Differentiate between superclass and


subclass. Also write a program to show the
reusability concept.


MCS-024

P.T.O.

2.

(a) Explain the differences between Swing and 10


AWT. Also, write the advantages of swing
based GUI
Write a program describing the usage of
multidimensional array.
Explain the usage of iterative statements
4
(for, do-while) using programs.

3.

(a) Why the public and static keywords are used


5
in "public static void main ()" ? Explain.
5
What are the benefits of OOPS ?
Explain Applet life cycle along with 10
methods used with it, what are those
components of an event used with AWT.

4.

(a) Explain the usage of Abstract classes.


What is the relation in interface and
inheritance ? Also, explain how multiple
inheritance can be implemented using
interface.
Write a Java program to copy the text
contents of one file into another file.

5.

5
8

(a) Explain access control used in Java with all 10


types of specifiers characteristics. Also, give
an example for each.
(b) Write client and server programs in Java to 10
show the tcp connection establishment and
data transfer.
-o0o-

MCS-024

You might also like