I have a very basic question aobut the applet. I have two java
files. One files is a object file ( Test1.java all the methods ) and
second file has main function ( Testdata1.java ). In the
Testdata1.java file i am using extands JApplet. In the main function,
I am calling JOptionPane.showMessageDialog method. Now in my Third
file which is html file and it has <applet> tag. Now my question is,
which .class file do i have to use in <applet code=" ">.
Please let me know, Thanks in Advance.