Re: fast multiple object creation ... can it be done!
Craig, Like C/C++, Java uses strong type constraints to prevent programmers from accessing data in an inconsistent way (e.g. casting objects). Unlike C/C++, Java prevents you from having direct access to program memory. In C/C++, it is common to use a pointer to locate a variable in memory a
Native Compiler
Does anyone know that there is a native compiler to make JAVA application to be binary under OS/390? Kennis