21IST502 - OOC With Java MQP
21IST502 - OOC With Java MQP
B.E. Degree (Autonomous) Fifth Semester End Examination (SEE), March 2024
Instructions t
o Students:
Answer FIVE FULL questions.
OR
6 a Develop program using Synchronized Threads, which 12Marks CO 3 L2
demonstrates Producer Consumer concept.
b Define package. What are the steps involved in 8Marks CO 3 L2
creating user defined package with an example.
B.E. Degree (Autonomous) Fifth Semester End Examination (SEE), March 2024
B.E. Degree (Autonomous) Fifth Semester End Examination (SEE), March 2024
Instructions to Students:
Answer FIVE FULL questions.
2 a. Design and explain on Final Class and Abstract Class. 4 Marks CO1 L6,L2
OR
9 a. Create a swing applet that contains two buttons named 8 Marks CO5 L2
“ALPHA” and “BETA”. When either of these two
buttons is pressed, it should display “ALPHA is pressed”
and “BETA is pressed” respectively.
b. Design java code to illustrate the usage of JLabel and 12 Marks CO5 L2
ImageIcon in swings.
OR