adspace


Can we create exe file in java?

Answer Posted / Savita

No, it's not possible to create an .exe file directly in Java. You can compile Java code into a .class file, but executable files are specific to the operating system and usually written in languages like C or C++.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the command for cut?

1035