How can I transfer byte code of a Java program to another computer without actually transferring the whole written code and re-executing the program? Also, How can I upload the program on Internet so that it forms an HTML page that is independent of the execution?
Answers
Answered by
2
Hello !
_____________________________________________________________
When u made any program includes a java program
it forms three files
.exe
.jad
.jar
exe file is for computer program it will run directly
Jad and jar files stores information in the forms of data (codes and characters )
you can copy exe files into two computers
____________________________________________________________
You can upload to internet is depend upon where u r going to upload them
Some website provide us services like direct upload and some have log in issues it is depend upon you actually . You can also attach them in a HTML Page .
_____________________________________________________________
_____________________________________________________________
When u made any program includes a java program
it forms three files
.exe
.jad
.jar
exe file is for computer program it will run directly
Jad and jar files stores information in the forms of data (codes and characters )
you can copy exe files into two computers
____________________________________________________________
You can upload to internet is depend upon where u r going to upload them
Some website provide us services like direct upload and some have log in issues it is depend upon you actually . You can also attach them in a HTML Page .
_____________________________________________________________
Masterji:
Thanks for your help! Just one question.... Can I get exe files even if I use CMD for execution?
Similar questions