• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jdk1.3

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I have developed a appln using jdk1.1.6. I want to know the new features available in jdk1.3 and can i port from 1.1.6 to 1.3 easily?
It seems, that jdk1.4 beta is released. How about the final release? And what are the advantages in it. Can somebody help me please?
Thanks,
Sankar
[This message has been edited by sankarsv (edited August 06, 2001).]
 
tumbleweed
Posts: 5089
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your user name (sankarsv) does not comply with the JavaRanch's naming policy. Pse change it if you wish to continue posting in our forums.
 
Sheriff
Posts: 3341
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You'll get more response on this in the Applet Forum.
Yes, jdk1.3 supports all the features you would have used in 1.1.6. The list of new features in jdk 1.2, 1.3 and 1.4 are tremendous. I suggest you get the release notes for these from Sun.
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for ur info. How do i get release notes?
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You go to Sun's website and look at the Java API documents on the version of Java you are interested in. There is a section called 'Summary of New Features' that shows all the new things in whatever version of Java you are interested in...
[This message has been edited by Nathan Pruett (edited August 07, 2001).]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic