0% found this document useful (0 votes)
10 views

Java

Java

Uploaded by

anujchavan96k
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)
10 views

Java

Java

Uploaded by

anujchavan96k
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/ 1

Course: Java Programming, Prepared By: Atul Kabra, 9422279260

Lecture 65 Assignments
1) Write an applet to accept two numbers in the form of parameter and
print the addition of two numbers in the applet.

2) Write an applet to accept username in the form of parameter and print


Hello <username> in the applet.

3) Write an applet to display “Hello World” using all fonts available in


system.

4) Write an applet to accept account_no and balance in the form of


parameter and print message “Low Balance” if the balance is less than
1000.

Course: Advanced Java, Info Planet Programming Classes Prepared By: Atul Kabra, 9579460114

You might also like