Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can Java code be compiled to machine dependent executable file?
Can Java code be compiled to machine dependent executable file?
✍: Guest
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.
2013-04-06, 2414👍, 0💬
Popular Posts:
How can you enable automatic paging in DataGrid ? Following are the points to be done in order to en...
How To Write a Query with a Right Outer Join? - Oracle DBA FAQ - Understanding SQL SELECT Query Stat...
How to set a cookie with the contents of a textbox ? Values stored in cookies may not have semicolon...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
What are the core functionalities in XML .NET framework? Can you explain in detail those functionali...