DEVFYI - Developer Resource - FYI

Can Java code be compiled to machine dependent executable file?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

443. Can Java code be compiled to machine dependent executable file?

Yes. There are many tools out there. If you did so, the generated exe file would be run in the specific platform, not cross-platform.

(Continued on next question...)

Other Interview Questions