Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Flatform Independent

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flatform Independent

    JVM is Flatform Independent or not,
    if it is yes why yes or why not
    i want internal details please help me?


  2. #2
    Junior Member
    Join Date
    Oct 2010
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Flatform Independent

    The JVM is not platform independent. This is because it take Java byte code and translates it into code that will run on a specific chip. This means that a specific JVM is "tied to" a specific chip.
    Java on the other hand compiles to byte code that is always the same so that it is platform independent.
    Does this make sense?

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Flatform Independent

    Quote Originally Posted by harirock View Post
    JVM is Flatform Independent or not,
    if it is yes why yes or why not
    i want internal details please help me?
    I'll be blunt: there is so much information online about this (in fact over 6 million hits) I have to ask - what did google tell you? What about your research are you confused about? I presume it at least told you its Platform and not Flatform.

Similar Threads

  1. Java platform independent? Looks like a myth.
    By ask in forum Java Theory & Questions
    Replies: 16
    Last Post: August 11th, 2012, 05:58 PM
  2. Why java is platform independent(Video)
    By jessie143143 in forum The Cafe
    Replies: 5
    Last Post: April 28th, 2012, 01:59 AM
  3. Making computer independent file path
    By Javabeginner in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: September 2nd, 2010, 03:56 PM
  4. run java class file from independent of OS
    By starsoheil in forum Java Theory & Questions
    Replies: 6
    Last Post: March 16th, 2010, 08:05 AM
  5. How to execute a Java program independent of Netbeans.
    By ShaunB in forum Java Theory & Questions
    Replies: 4
    Last Post: January 19th, 2010, 06:23 AM