devxlogo

Classes in sun.* packages

All the classes in sun.* that accompany the Sun JDK are provided assupport classes that are used to implement specific sets of functionalityfor the core JDK classes. The classes in sun.* such as sun.net.ftp.FTPClientdo not have fixed API’s, nor are they in any way a standard part of theJava language. This means that any application that you write whichuses them may not work with a future JDK version or with a JVM from a vendorother than Sun. To ensure the portability of your programs, you shouldlook at third party Java libraries that provide the same or betterfunctionality. For FTP, an alternative might be to use ORO, Inc’sNetComponents library which is free for most uses and availableat http://www.oroinc.com/.

Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.

See also  Five Early Architecture Decisions That Quietly Get Expensive

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.