|
NOTA: La traducción de esta documentación es un esfuerzo personal y voluntario, no es un documento oficial de Sun Microsystems
ni Oracle ni está patrocinado por ninguna de estas empresas. Los documentos originales (en inglés) están disponibles en:
http://java.sun.com/docs/books/tutorial/.
Dirija cualquier comentario, petición, felicitación, etc. a tutorialesjava_@RROBA_codexion.com. |
Si desea ayudar a mantener en funcionamiento esta web, colaborar con la traducción de estos documentos o necesita que se traduzca algĂșn capĂtulo en concreto puede realizar una donación directa mediante Paypal:
|
{ x = 1; }.
byte
type.
Object.
code attribute in the
<APPLET> tag to give a complete specification of where to
find the main applet class file: code specifies the name of the file, and
codebase specifies the URL of the directory containing the file.
// or /*...*/.
new
keyword.
Object class.
new operator followed by the class name.
package keyword.
int or Object, and a scope. See also class variable, instance
variable, local variable.
*As used on this web site, the terms "Java virtual machine" or "JVM" mean a virtual machine for the Java platform.