• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

sun microsystems' Java2 platform....

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
my instructions says "the submission that you return must have been tested and shown to work under a production (not development) version of Sun Microsystems' Java 2 Platform."
Can anyone tell me whats the difference between production and development version...
Thanks in advance...
------------------
Sachin,
****************************************************
Learn from others mistakes. Life is too short to make all yourself.
****************************************************
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Difference is official release and beta release. Your code must work with the official release. J2SE 1.3 for example.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the real business world, the term Production is used for a live environment whereas test is used for the testing of the products. Any patch or changes made to a product are first send to the test environment where it is tested thourougly. Once the revised product satisfies the test environment then only it is send to the Production environment. So by production they might mean that you should be able to test it on all grounds at your end assuming it to be test envirnoment.
Similarly the development environment is used for the devlopment of the product. It is always messed up because all the developers may have there own set of changes which might not be useful for the release. All the products or changes that passes the QA phase and have a common census of release goes firs to the test environment and then to the production.

[This message has been edited by Raj Mehra (edited January 18, 2001).]
 
Without subsidies, chem-ag food costs four times more than organic. Or this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic