java - Client Server JRE usage -


i have developed server application running in wildfly , client connecting on server. happen if client use java 1.7 (32bit) , application server java 1.6 (64bit)?

serialization in java independent of architecture (32-bit vs 64-bit). data types use same number of bits, regardless. difference reference data type, 32-bit or 64-bit respectively, "data" never serialized (it pointer memory address), instead, data references serialized.


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -