| Author |
third party library
|
viaks naik
Greenhorn
Joined: Jun 25, 2007
Posts: 6
|
|
|
Are third party library available along with source code noramlly,if not can we extend them from class files directly?
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12953
|
|
There are lots of open source third party libraries for Java. Have a look at the Apache Jakarta Commons libraries for example. There is also a lot of open source Java software available on SourceForge and on Java-Source.net. To be able to extend a class, you don't need its source code.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: third party library
|
|
|