Discussion Board
Go to the previous messageThere are no next messages
Current Forum: Homework 2 Forum
Date: Wed Sep 19 2001 9:34 am
Author: Lee, Peter <petel@cmu.edu>
Subject: Re: deprecated API

Aditya is right. The Java community tries to keep the definition of Java as stable as possible. But still there are small numbers of changes from version to version. When these changes happen, some features become obsolete and, in a perfect world, deleted from all implementations.

Of course, there is already too much code written in Java to actually delete features and specific library functions, and so the approach taken is to mark the obsolete features as "deprecated". Compilers are then instructed to give warnings to developers whenever the deprecated features are used.
Post response

Go to the previous messageThere are no next messages
Current Thread Detail:
deprecated API      Liu, Limin Angela      Tue Sep 18 2001 5:26 pm       
Re: deprecated API      Douglas, Keith      Tue Sep 18 2001 8:37 pm       
Re: deprecated API      Agarwal, Aditya      Tue Sep 18 2001 10:37 pm       
Re: deprecated API      Lee, Peter      Wed Sep 19 2001 9:34 am       

Back to previous screen