Daffodil International University
IT Help Desk => Programming Language => Java Forum => Topic started by: kazi shahin on July 24, 2010, 10:38:45 PM
-
Dear all
keep visiting. java applet coming soon..........................
-
applet is a tag of html. After compile java program it create a .class file. please note that there is no main method (function) in applet program. it looks like below
<HTML>
<HEAD>
<BODY>
<APPLET
CODE= shahin.class
WIDTH =300
LEANTH=500
</APPLEAT>
</BODY>
</HEAD>
</HTML>
This shhain.class is created after compile the shahin.java program.
So, anyone can't see our source code but this html code.
keep visit. I'm asking your cooperation. Let's try it.