Results 1 to 7 of 7
Thread: Java
-
08-10-2011, 07:18 AM #1
Freshman
- Join Date
- Jun 2011
- Location
- Arlington, Texas
- Posts
- 42
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Java
Hai all
plz any one share me what is Java Virtual Machine in java and why we called it virtual.
-
08-10-2011, 10:54 AM #2
- Join Date
- Apr 2008
- Location
- Boston, USA
- Posts
- 13,176
- Thanks
- 744
- Thanked 701 Times in 550 Posts
- Blog Entries
- 4
- Feedback Score
- 4 (100%)
its just a name.
what it does is prepares the code to run on any platform.Free Classified Ads & BUSINESS/PROFESSIONAL SOCIAL NETWORK
-
08-11-2011, 10:44 AM #3
Senior
- Join Date
- May 2011
- Posts
- 630
- Thanks
- 1
- Thanked 4 Times in 4 Posts
- Feedback Score
- 0
It's the interpreter that translates the language into the machine language..
-
08-11-2011, 11:53 AM #4
Each OS has it's own Java Virtual Machine (JVM).
When a Java application is compiled, it is transformed into intermediate code. This code will run on any JVM (vendor differences willing).
The JVM then makes the necessary system specific calls for the intermediate code. It's like a translator for applications on different operating systems.
-
08-27-2011, 02:48 AM #5
Senior
- Join Date
- Aug 2011
- Posts
- 671
- Thanks
- 0
- Thanked 7 Times in 7 Posts
- Feedback Score
- 0
Jvm compiles the byte codes into machine code..
-
09-05-2011, 02:59 AM #6
Junior
- Join Date
- Apr 2011
- Posts
- 357
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Feedback Score
- 0
Java is a most popular programing language.Java is a high level programing language devloped by sun microsystem.
-
09-06-2011, 03:50 AM #7
Sophomore
- Join Date
- Apr 2011
- Posts
- 122
- Thanks
- 1
- Thanked 0 Times in 0 Posts
- Blog Entries
- 1
- Feedback Score
- 0
Java virtual machine is called "virtual" because it is an abstract computer defined by a specification. To run this Java program, you need a concrete implementation of the abstract specification. This chapter describes primarily the abstract specification of the Java virtual machine. To illustrate the abstract definition of certain features, however, this chapter also discusses various ways in which those features could be implemented.
Kiranatama is a Ruby on Rails Developer for developing your business through iphone app development , android app development, ipad app development, and blackberry app development
Similar Threads
-
java Script
By andrew ewald in forum JavaScript & AJAXReplies: 4Last Post: 03-23-2012, 03:57 AM -
Java Issues?
By bgjyd834 in forum Computer and TechReplies: 0Last Post: 06-14-2011, 02:21 AM -
% in java
By spidersense101 in forum JavaScript & AJAXReplies: 2Last Post: 02-19-2010, 01:53 AM -
Java related?
By Richaexpert in forum General TalkReplies: 0Last Post: 01-08-2010, 07:29 AM -
Does anyone in here know Java?
By wujijiangjun in forum JavaScript & AJAXReplies: 3Last Post: 06-20-2008, 10:56 AM


Reply With Quote

