0% found this document useful (0 votes)
47 views1 page

Lovely Professional University Home Work: #4

This document contains homework assignments for a Modern Programming Tools and Techniques course. It includes 5 questions asking students to design applets that: 1) depict the lifecycle of an applet, 2) read and write files line by line and character by character, 3) allow movement of geometric shapes using threads, 4) create a calculator GUI, and 5) display a name in different colors and font sizes. The homework is assigned by faculty member Amandeep Nagpal for section DE513/DE514 with a due date of April 25, 2011.

Uploaded by

zex007
Copyright
© Attribution Non-Commercial (BY-NC)
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)
47 views1 page

Lovely Professional University Home Work: #4

This document contains homework assignments for a Modern Programming Tools and Techniques course. It includes 5 questions asking students to design applets that: 1) depict the lifecycle of an applet, 2) read and write files line by line and character by character, 3) allow movement of geometric shapes using threads, 4) create a calculator GUI, and 5) display a name in different colors and font sizes. The homework is assigned by faculty member Amandeep Nagpal for section DE513/DE514 with a due date of April 25, 2011.

Uploaded by

zex007
Copyright
© Attribution Non-Commercial (BY-NC)
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/ 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