Glossary entry (derived from question below)
Spanish term or phrase:
instanciar
English translation:
instantiate
Added to glossary by
Marcus Malabad
Dec 8, 2001 10:39
23 yrs ago
2 viewers *
Spanish term
instanciar
Spanish to English
Tech/Engineering
Java programming
3.1.2 MIDlets and MIDletSuites
Although these concepts are sometimes confused, a MIDletSuite is a set of MIDlets. The fact that a certain MIDlet belongs to a MIDletSuite or the other has important implications from the standpoint of security and the execution environment, the KVM starts its execution when we select a MIDletSuite and ends the execution when we close it.
Implications of execution: the fact that the virtual machine does not disengage when we move between MIDlets of the same MIDletSuite prevents the MIDlet instance from closing but only interrupts it. In addition, the threads that a MIDlet could create do not die off when we move to another MIDlet, making it possible to temporarily wake up a MIDlet from abother by means of events.
Sólo se pueden instanciar objetos incluidos en el mismo MIDletSuite desde el MIDlet que está en ejecución
Although these concepts are sometimes confused, a MIDletSuite is a set of MIDlets. The fact that a certain MIDlet belongs to a MIDletSuite or the other has important implications from the standpoint of security and the execution environment, the KVM starts its execution when we select a MIDletSuite and ends the execution when we close it.
Implications of execution: the fact that the virtual machine does not disengage when we move between MIDlets of the same MIDletSuite prevents the MIDlet instance from closing but only interrupts it. In addition, the threads that a MIDlet could create do not die off when we move to another MIDlet, making it possible to temporarily wake up a MIDlet from abother by means of events.
Sólo se pueden instanciar objetos incluidos en el mismo MIDletSuite desde el MIDlet que está en ejecución
Proposed translations
(English)
4 | instantiate | Tania Marques-Cardoso |
4 +1 | request | Robert INGLEDEW |
Proposed translations
3 hrs
Selected
instantiate
That's what Sun says:
PDF] MIDP Application Model
Formato de arquivo: PDF/Adobe Acrobat - versão HTML
... of a MIDlet exactly once to instantiate the MIDlet. The functionality that needs ... file
is referred to as a MIDlet suite . MIDlets within a MIDlet suite ...
developer.java.sun.com/developer/Books/PWDevices/ch08.pdf
Good luck!
PDF] MIDP Application Model
Formato de arquivo: PDF/Adobe Acrobat - versão HTML
... of a MIDlet exactly once to instantiate the MIDlet. The functionality that needs ... file
is referred to as a MIDlet suite . MIDlets within a MIDlet suite ...
developer.java.sun.com/developer/Books/PWDevices/ch08.pdf
Good luck!
4 KudoZ points awarded for this answer.
Comment: "Absolutely correct, Tania! I made google searches and there IS a word "instantiate"."
+1
3 mins
Something went wrong...