Assignment 1 Bca 502 Java
Assignment 1 Bca 502 Java
Gr. NOIDA
Session: 2024-25
BACHELOR OF COMPUTER APPLICATION (BCA)
SUBMITTED BY
Name : __________
Year/Sem. : __________
SUBMITTED TO:
Sign : _________
Course : BCA Year/Semester : III/V
Q1. Define Thread. How to create a thread in java? Write a program that executes
two threads. One thread will print the even numbers and another thread will print
odd numbers from 1 to 5.
Q2. What is life cycle of an Applet? Illustrate common methods to create the
applet.