Java Program interpretation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)

27th Jun 2018, 5:46 PM
Aman Gupta
Aman Gupta - avatar
1 Answer
+ 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..
27th Jun 2018, 6:44 PM
Arun Tomar
Arun Tomar - avatar