+ 1
Java Program interpretation
when i compile my java program in cmd with Exception handling concept it works properly but the problem is that when i use exception handling concept with applet it is not work.(The code is compiled but not interpretation)
1 Réponse
+ 4
Aman Gupta
applet work on web as you know that..
java applet was so popular because
java simple program run on internet..
to run applets you need a jvm inbuilt web browser...
but now a day jvm inbuilt web browser not come
but you can review your program to see how it look like at web..
there is a commands.
called
appletViewer class file name..