You are on page 1of 1

LOVELY PROFESSIONAL UNIVERSITY

HOME WORK: #4

Course : Modern Programming Tools and Techniques- I Code : CSE 310


School: LSE Department: CSE/IT

Name of the faculty member: Amandeep Nagpal

Class: B.Tech IT Section: DE513 / DE514 Batch: 2007


Max. Marks: 05 DOA: 09th April,2011 DOS: 25th April ,2011

Q1. Design an applet that sequentially depicts the life-cycle of an applet and thus
shows the corresponding message on every stage.

Q2. Write a java program to read the contents of a file line by line and then write into
another file character by character.

Q3. Create an applet that supports movement of any geometric shape throughout the
applet. Make use of threads to accomplish the task.

Q4. Make an applet that depicts a calculator. Now design a GUI program such that
whenever user enters the values in input boxes, the result is shown in different
output box.

Q5. Create an applet in which whenever you enter your name, it is reflected multiple
times, in different colors and in different font sizes.

You might also like