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 5 of 5

Thread: Difference Between The Terms 'Architecture Neutral'l and 'Platform Independent'

  1. #1
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Difference Between The Terms 'Architecture Neutral'l and 'Platform Independent'

    Hello, I have just started learning Java from a local teacher, this teacher said that the Architecture Neutral refers to Hardware while Platform Independent refers to Operating System, but I found a link to a White Paper by James Gosling. The chapter 4 of this White Paper mentions about both binary code format that is independent of hardware architecture and operating system interfaces, but the main point to be noted is that he has put both under the heading Architecture Neutral.

    Does it mean that the original buzz word is Architecture Neutral, which includes both hardware and operating system independence?
    Last edited by Bhujang; August 12th, 2014 at 10:47 AM.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Difference Between The Terms 'Architecture Neutral'l and 'Platform Independent'

    Welcome to the Forum! Please read this topic to learn how to post code correctly and other useful tips for newcomers.

    I suggest you have this discussion with your teacher.

  3. #3
    Junior Member
    Join Date
    Aug 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Difference Between The Terms 'Architecture Neutral'l and 'Platform Independent'

    I have already discussed it with him but he says that both terms are different, but I am not convinced by his answer, so I asked this question on this forum. I will be very thankful if someone can differentiate between these terms.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Difference Between The Terms 'Architecture Neutral'l and 'Platform Independent'

    The honest answer to this question is that it's probably not a distinction that matters very much in the real world.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. The Following User Says Thank You to KevinWorkman For This Useful Post:

    GregBrannon (August 12th, 2014)

  6. #5
    Senior Member
    Join Date
    Jul 2013
    Location
    Europe
    Posts
    666
    Thanks
    0
    Thanked 121 Times in 105 Posts

    Default Re: Difference Between The Terms 'Architecture Neutral'l and 'Platform Independent'

    I guess different people will define these terms differently. You should think about it yourself and decide what you think makes more sense.
    After all, its not a law of physics and there is no evil god that will throw lightning bolts at you for using the wrong definition.

    When in doubt, do what your teacher says to get a good grade.

  7. The Following User Says Thank You to Cornix For This Useful Post:

    GregBrannon (August 12th, 2014)

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. cross platform architecture in Java/J2ee
    By softwarebuzz in forum Web Frameworks
    Replies: 1
    Last Post: January 9th, 2010, 02:43 PM