java virtual machine(jvm)
#1

I want seminar on java virtual machine(jvm) urgently.... if any1 is here to help me out... I want full report on this topic..
Reply
#2


Introduction

A Java Virtual Machine (JVM) enables a set of computer software programs and data structures to use a virtual machine model for the execution of other computer programs and scripts. The model used by a JVM accepts a form of computer intermediate language commonly referred to as Java bytecode. This language conceptually represents the instruction set of a stack-oriented, capability architecture. Sun has claimed there are over 4.5 billion JVM-enabled devices. A JVM can also implement programming languages other than Java. For example, Ada source code can be compiled to Java bytecode, which may then be executed by a JVM. JVMs can also be released by other companies besides Sun (the developer of Java) — JVMs using the "Java" trademark may be developed by other companies as long as they adhere to the JVM specification published by Sun (and related contractual obligations).
Java was conceived with the concept of WORA: "write once and run anywhere". This is done using the Java Virtual Machine. The JVM is the environment in which java programs execute. It is software that is implemented on top of non-virtual hardware and of standard operating-systems.
JVM is a crucial component of the Java Platform, and because JVMs are available for many hardware and software platforms, Java can be both middleware and a platform in its own right— hence the trademark write once, run anywhere. The use of the same bytecode for all platforms allows Java to be described as "compile once, run anywhere", as opposed to "write once, compile anywhere", which describes cross-platform compiled languages. A JVM also enables such features as automated exception handling, which provides "root-cause" debugging information for every software error (exception), independent of the source code.
A JVM is distributed along with a set of standard class libraries that implement the Java API (Application Programming Interface). Appropriate APIs bundled together form the Java Runtime Environment (JRE).

Reference:http://en.wikipediawiki/Java_Virtual_Machine

Reply
#3

(25-10-2010, 03:13 AM)meetmen Wrote: I want seminar report on java virtual machine(jvm) urgently.... if any1 is here to help me out... I want full report on this topic..

Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: jvm tuning, jvm memory, seminar on jvm, virtual machine operating system, java virtual machine project securitys, seminar report on java virtual machine, jvm vs clr performance,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  simple java rmi chat application source code 2 18,972 20-07-2018, 12:08 PM
Last Post: Guest
  free download machine design 2 jbk das book pdf 2 11,014 30-05-2018, 11:39 AM
Last Post: [email protected]
  fabrication of spring rolling machine pdf 2 1,707 15-01-2018, 07:34 AM
Last Post: AustinnuAke
  design of machine elements by jbk das pdf free download 4 11,680 04-12-2017, 03:07 PM
Last Post: jaseela123d
  free download source code for online movie ticket booking in java 2 18,481 15-08-2017, 03:21 PM
Last Post: Morshed
  source code for rsa encryption and decryption in java 2 7,924 29-05-2017, 04:21 PM
Last Post: Meghna Jadhav
  source code for task scheduling using genetic algorithm using java 2 8,443 11-04-2017, 08:31 PM
Last Post: Guest
  source code for suspicious email detection in java Parvesh.2595 2 1,023 23-08-2016, 04:05 PM
Last Post: seminar report asees
  ticket reservation java source code android 3 926 23-08-2016, 10:58 AM
Last Post: Guest
  automatic chocolate vending machine in embedded system case study 1 1,194 13-08-2016, 12:29 PM
Last Post: jaseela123d

Forum Jump: