An Entity of Type: language, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

The K virtual machine (KVM) is a virtual machine developed by Sun Microsystems (now owned by Oracle Corporation), derived from the Java virtual machine (JVM) specification. The KVM was written from scratch in the programming language C. It is designed for small devices with 128K to 256K of available computer memory, and minimizes memory use. It supports a subset of the features of the higher end JVM. For example, a KVM may not support floating-point arithmetic and object finalization. The Connected Limited Device Configuration (CLDC) specifies use of the KVM. The 'K' in KVM stands for kilobyte, signifying that the KVM runs in kilobytes of memory in contrast to megabytes.

Property Value
dbo:abstract
  • The K virtual machine (KVM) is a virtual machine developed by Sun Microsystems (now owned by Oracle Corporation), derived from the Java virtual machine (JVM) specification. The KVM was written from scratch in the programming language C. It is designed for small devices with 128K to 256K of available computer memory, and minimizes memory use. It supports a subset of the features of the higher end JVM. For example, a KVM may not support floating-point arithmetic and object finalization. The Connected Limited Device Configuration (CLDC) specifies use of the KVM. The 'K' in KVM stands for kilobyte, signifying that the KVM runs in kilobytes of memory in contrast to megabytes. (en)
  • La máquina virtual K (en inglés K virtual machine, KVM) es una máquina virtual desarrollada por Sun Microsystems (actualmente propiedad de Oracle) a partir de una versión simplificada de la máquina virtual Java.​ KVM es la máquina virtual que sirve de base a Java ME (Java Micro Edition), una plataforma enfocada al desarrollo e implantación de aplicaciones Java para pequeños dispositivos como teléfonos móviles, PDA, etc. Sobre la KVM se constituye una serie de clases genéricas, organizadas en dos perfiles según las prestaciones del dispositivo final. Por ej. para teléfonos móviles suele utilizarse una configuración CLDC (Connected Limited Device Configuration) con el perfil MIDP (Mobile Information Device Profile).​ La máquina virtual K, desarrollada enteramente en lenguaje C, está optimizada para poder operar en dispositivos ligeros, de potencia y memoria reducidas. Por esta razón, incorpora sólo una pequeña parte de las características que soporta la JVM. Así, la KVM no ofrecería operaciones de coma flotante, ni tampoco funciones de liberación automática de memoria. La K de KVM hace referencia a kilobyte, para dar a entender que la KVM requiere para su funcionamiento del orden de unos cuantos kilobytes de memoria, en lugar de megabytes.​ (es)
  • KVM (ang. Kilobyte Virtual Machine) jest maszyną wirtualną Java opracowaną dla konfiguracji CLDC (ang. Connected Limited Device Configuration). KVM jest bardzo ograniczona i ma dużo mniejsze wymagania sprzętowe w porównaniu z pełną wersją JVM (ang. Java Virtual Machine). Maszyna KVM stworzona została dla urządzeń wyposażonych w procesory 16- i 32-bitowe, pracujące z częstotliwością od 12 do 60 MHz, oraz w minimum 128 kB pamięci. (pl)
  • K virtual machine (KVM) — это виртуальная машина Java разработанная фирмой Sun Microsystems и соответствующая спецификации JVM. KVM была написана с нуля на языке программирования C. Данная виртуальная машина была разработана специально для небольших устройств имеющих ограниченный объём оперативной памяти. Поддерживается ограниченный набор возможностей обычной JVM. Например, KVM может не поддерживать операции с плавающей точкой и финализацию объектов. Стандарт CLDC определяет использование KVM. Буква 'K' в начале названия KVM указывает на то, что данная JVM работает с килобайтами памяти, а не с мегабайтами. (ru)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 3932334 (xsd:integer)
dbo:wikiPageLength
  • 2212 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 960703514 (xsd:integer)
dbo:wikiPageWikiLink
dbp:author
dbp:developer
dbp:discontinued
  • yes (en)
dbp:genre
dbp:name
  • K virtual machine (en)
dbp:programmingLanguage
dbp:title
  • K virtual machine (en)
dbp:website
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • The K virtual machine (KVM) is a virtual machine developed by Sun Microsystems (now owned by Oracle Corporation), derived from the Java virtual machine (JVM) specification. The KVM was written from scratch in the programming language C. It is designed for small devices with 128K to 256K of available computer memory, and minimizes memory use. It supports a subset of the features of the higher end JVM. For example, a KVM may not support floating-point arithmetic and object finalization. The Connected Limited Device Configuration (CLDC) specifies use of the KVM. The 'K' in KVM stands for kilobyte, signifying that the KVM runs in kilobytes of memory in contrast to megabytes. (en)
  • KVM (ang. Kilobyte Virtual Machine) jest maszyną wirtualną Java opracowaną dla konfiguracji CLDC (ang. Connected Limited Device Configuration). KVM jest bardzo ograniczona i ma dużo mniejsze wymagania sprzętowe w porównaniu z pełną wersją JVM (ang. Java Virtual Machine). Maszyna KVM stworzona została dla urządzeń wyposażonych w procesory 16- i 32-bitowe, pracujące z częstotliwością od 12 do 60 MHz, oraz w minimum 128 kB pamięci. (pl)
  • K virtual machine (KVM) — это виртуальная машина Java разработанная фирмой Sun Microsystems и соответствующая спецификации JVM. KVM была написана с нуля на языке программирования C. Данная виртуальная машина была разработана специально для небольших устройств имеющих ограниченный объём оперативной памяти. Поддерживается ограниченный набор возможностей обычной JVM. Например, KVM может не поддерживать операции с плавающей точкой и финализацию объектов. Стандарт CLDC определяет использование KVM. Буква 'K' в начале названия KVM указывает на то, что данная JVM работает с килобайтами памяти, а не с мегабайтами. (ru)
  • La máquina virtual K (en inglés K virtual machine, KVM) es una máquina virtual desarrollada por Sun Microsystems (actualmente propiedad de Oracle) a partir de una versión simplificada de la máquina virtual Java.​ La máquina virtual K, desarrollada enteramente en lenguaje C, está optimizada para poder operar en dispositivos ligeros, de potencia y memoria reducidas. Por esta razón, incorpora sólo una pequeña parte de las características que soporta la JVM. Así, la KVM no ofrecería operaciones de coma flotante, ni tampoco funciones de liberación automática de memoria. (es)
rdfs:label
  • K virtual machine (es)
  • K virtual machine (en)
  • K Virtual Machine (pl)
  • K virtual machine (ru)
owl:differentFrom
owl:sameAs
prov:wasDerivedFrom
foaf:homepage
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License