| Author |
legacy classes
|
Sandeep Mukherji
Ranch Hand
Joined: Mar 23, 2008
Posts: 46
|
|
|
What are legacy classes?
|
 |
Manuel Leiria
Ranch Hand
Joined: Jul 13, 2007
Posts: 171
|
|
|
What is google?
|
Manuel Leiria<br /> <br />--------------<br />Peace cannot be kept by force; it can only be achieved by understanding. <br /> Albert Einstein
|
 |
Bill Shirley
Ranch Hand
Joined: Nov 08, 2007
Posts: 457
|
|
|
This is an English question: www.google.com/search?q=define:legacy.
|
Bill Shirley - bshirley - frazerbilt.com
if (Posts < 30) you.read( JavaRanchFAQ);
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
Folks, let's remember rule number one of JavaRanch: Be Nice. I don't think it's an English question; the term has a specific technical meaning. It refers to classes that are still part of a library or application, but which are kept around only for compatibility purposes, not for use in new code. You shouldn't use legacy classes in your own code if you could possibly help it, since by definition there are always superior replacements available.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Vikas Kapoor
Ranch Hand
Joined: Aug 16, 2007
Posts: 1374
|
|
|
I had the same question before. Here is the goodexplanation.
|
 |
 |
|
|
subject: legacy classes
|
|
|