• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Improvements in JDK1.3 over JDK1.1

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,
I am in a process of modifying some codes that was earlier written using jdk1.1.8 and is now to be written using jdk1.3.1. Though it simple to find out the deprecated methods, since they are listed by the compiler itself during the compilation time. However in order to remove codes that previously used round about techniques by codes with enhanced API one should know what are the choices available to one.
Since between jdk1.1.8 and jdk1.3.1 there have been quite a number of versions and the docs of each showing the enhancement done incrementally it is quite difficult for me to understand the choices available to me since I dont have an exhaustive list.
Can you help me out in some way, through which I can remove old codes and put the new ones and what all is available to me.
 
Eliminate 95% of the weeds in your lawn by mowing 3 inches or higher. Then plant tiny ads:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic