o que significa dizer um codigo em “java puro” ?? :?: :?:
q é um código feito todo em Java? :roll:
Porque se for com “limão”, ai vira caipirinha… he he he
Olá,
Isso depende muito do contexto do texto no qual vc leu isso.
Mas eu acredito que seja um código que não se utilize de bindings, de JNI.
Mas sei lá… bota o texto ou paragrafo onde vc leu isso!
Falow!
Não sei se o link abaixo ajuda, pois os links para o “Java purity checker” estão quebrados.
eu tinha lido aqui… http://forum.java.sun.com/thread.jspa?threadID=594817&messageID=3217553
What i ment by my statment is that it is truly impossible to write a pure java program. If you have every looked into the api code or had any type of os class, you would know that in order to do any input or output you need native methods. Hence in the apis it all come down (in any input and output classes) that use end up using native methods (even though you did not explicitly call the native methods). That is a rather nity and grity way of classifying 100% pure java. The only ture 100% pure java means you cant use input and output (or any api even lang) and just use compiler functions where that fact that native methods matter no more (seeing that the compiler it native itself).