Thread: java again
View Single Post
Old 17-02-06, 06:30 AM   #3 (permalink)
swathi4_9
Junior Member
 
Join Date: Feb 2006
Location:
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 3 swathi4_9 has disabled reputation


hi


we can execute an applet program by 2 ways.


1.include html code in the java program that is it can be at start of the program or at end of the program and run this as usual like javac ex.java then appletviewer ex


2 the second method is write html code in separte file with extension as html.after compiling java program execute the html file in browser.


in the first method v r executing an applet as java program.


swathi4_9 is offline   Reply With Quote