<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   Sort: Rank

What Is jsse.jar (JDK 1.4.1) Java Secure Socket Extension
What Is jsse.jar (JDK 1.4.1) Java Secure Socket Extension? jsse.jar, Java Secure Socket Extension, is Java library that enables secure Internet communications. jsse.jar (JDK 1.4.1) is the Java Secure Socket Extension library included in the J2SE 1.4.1 package. JAR File Size and Download Location: JA...
2017-05-08, 11555🔥, 2💬

💬 2017-05-08 Rajesh: Need the jar for testing

💬 2016-09-13 Viswa: Thanks

What Is examples.telnet.WeatherTelnet.java
What is examples.telnet.WeatherTelnet. java?examples.telnet.WeatherTelnet. javais an example program of a trivial use of the TelnetClient class. examples.telnet.WeatherTelnet. javaconnects to the weather server at the University of Michigan, um-weather.sprl.umich.edu port 3000, and allows the user t...
2017-05-05, 3053🔥, 0💬

What Is examples.telnet.TelnetClientExample.java
What is examples.telnet.TelnetClientEx ample.java?examples.telnet.TelnetClientEx ample.javais an example program of demonstrating how to TelnetClient class. An external option handler (SimpleTelnetOptionHandler) is used. Initial configuration requested by TelnetClient will be: WILL ECHO, WILL SUPPRE...
2017-05-05, 2754🔥, 0💬

Download FTP File with FTPClientExample.java
How to download a FTP file with examples.ftp.FTPClientExample. javaprogram? I know the file path on the anonymous server. If you know the file path on an anonymous FTP server, you can use the following command to download the file from the FTP server: java -a -A -b examples.ftp.FTPClientExample host...
2017-05-05, 2267🔥, 0💬

P.E.I Weather from examples.telnet.WeatherTelnet.java
How to get P.E.I weather forecast from examples.telnet.WeatherTelnet. java?If you want to get weather forecast on P.E.I (Prince Edward Island) from examples.telnet.WeatherTelnet. java,you need to go to the main menu and select "Canadian forecasts" as shown below: C:\fyicenter&gt; java -cp .;C:\l...
2017-05-05, 2242🔥, 0💬

Java Example of org.apache.commons.io.monitor
Where can I find an example Java code that uses the org.apache.commons.io.monitor package? org.apache.commons.io.monitor package provides a component for monitoring file system events (directory and file create, update and delete events). Andrei Ciobanu provided a good Java example that uses the org...
2017-04-28, 3317🔥, 0💬

Java Example of org.apache.commons.io.comparator
Where can I find an example Java code that uses the org.apache.commons.io.comparat orpackage? org.apache.commons.io.comparat orpackage provides various java.util.Comparator implementations for java.io.File. These comparators can be used to sort lists and arrays of files, for example. Prasad Saya pro...
2017-04-28, 2674🔥, 0💬

Using commons-io.jar in Java Code
Where to find answers to frequently asked questions on Using commons-io.jar in Java Code. Here is a list of frequently asked questions and their answers compiled by FYIcenter.com team on Using commons-io.jar in Java Code: Java Example of org.apache.commons.io.filefilt erJava Example of org.apache.co...
2017-04-28, 2422🔥, 0💬

Java Example of org.apache.commons.io.filefilter
Where can I find an example Java code that uses the org.apache.commons.io.filefilt erpackage? org.apache.commons.io.filefilt erpackage defines an interface (IOFileFilter) that combines both java.io.FileFilter and java.io.FilenameFilter. Besides that the package offers a series of ready-to-use implem...
2017-04-28, 2374🔥, 0💬

More Java Example on Apache Commons IO JAR
Where can I find more Java examples on using Apache Commons IO JAR? To find more Java examples on using Apache Commons IO JAR, you can read Ilias Koutsakis's "Apache Commons IO Tutorial: A beginner’s guide .   ⇒ FAQ for Apache commons-io.jar ⇐ Java Example of org.apache.commons.io.monitor ⇑ Using ...
2017-04-28, 1870🔥, 0💬

org.apache.commons.codec.binary.Hex Example
What is org.apache.commons.codec.binar y.Hexclass? How to use org.apache.commons.codec.binar y.Hexclass? org.apache.commons.codec.binar y.Hexclass is a Java class offered in commons-codec.jar that converts between byte arrays and strings hexadecimal digits. Two commonly used static methods in org.ap...
2017-04-22, 2926🔥, 0💬

org.apache.commons.codec.digest.DigestUtils Example
What is org.apache.commons.codec.diges t.DigestUtilsclass? How to use org.apache.commons.codec.diges t.DigestUtilsclass? org.apache.commons.codec.diges t.DigestUtilsclass is a Java class offered in commons-codec.jar that provides operations to simplify common MessageDigest tasks. Two commonly used s...
2017-04-22, 2813🔥, 0💬

Connect to Yahoo Website with TelnetClientExample.java
How to connect to Yahoo! Website with examples.telnet.TelnetClientEx ample.javaprogram? If you know how to use commands of the HTTP protocol, you can connect to a Web server with examples.telnet.TelnetClientEx ample.javaprogram as shown below: C:\fyicenter&gt; java -cp .;C:\local\commons-net-3.5...
2017-04-22, 2161🔥, 0💬

org.apache.commons.codec.net.URLCodec Example
What is org.apache.commons.codec.net.U RLCodecclass? How to use org.apache.commons.codec.net.U RLCodecclass? org.apache.commons.codec.net.U RLCodecclass is a Java class offered in commons-codec.jar that implements the 'www-form-urlencoded' encoding scheme, also misleadingly known as URL encoding. Th...
2017-04-22, 1984🔥, 0💬

commons-lang-1.0.1.jar - Apache Commons Lang
commons-lang-1.0.1.jar is the JAR file for Apache Commons Lang 1.0.1, which provides a host of helper utilities for the java.lang API. JAR File Size and Download Location: File name: commons-lang-1.0.1.jar File size: 63980 bytes Date modified: 11/22/2002 Download: Apache Commons Lang Website   ⇒ Usi...
2017-04-15, 18954🔥, 0💬

Download Apache Commons Lang v3 Binary Package
How to download and install Apache Commons Lang v3 Binary Package? commons-lang3-3.12.0-bin.zip is the binary package of version 3.12.0 of the Apache Commons Lang 3 library, which provides a host of helper utilities for the java.lang API. This binary package contains a pre-compiled version of Apache...
2017-04-15, 4263🔥, 0💬

What Is commons-lang3.jar
What is commons-lang3.jar and commons-lang.jar? commons-lang3.jar is the Java library of Apache Commons Lang 3 commons-lang.jar is the Java library of Apache Commons Lang 1 and 2. Apache Commons Lang library provides a host of helper utilities for the java.lang API, notably String manipulation metho...
2017-04-15, 3027🔥, 0💬

What Is examples.ntp.NTPClient.java
What is examples.ntp.NTPClient.java? Can I use it to get the current time? examples.ntp.NTPClient.java is an example program demonstrating how to use the NTPUDPClient class. This program sends a Datagram client request packet to a Network time Protocol (NTP) service port on a specified server, retri...
2017-04-08, 3583🔥, 0💬

What Is examples.ntp.TimeClient.java
What is examples.ntp.TimeClient.java? Can I use to get the current time? examples.ntp.TimeClient.java is an example program demonstrating how to use the TimeTCPClient and TimeUDPClient classes. This program connects to the default time service port of a specified server, retrieves the time, and prin...
2017-04-08, 2909🔥, 0💬

org.apache.commons.codec.binary.Base64 Example
What is org.apache.commons.codec.binar y.Base64class? How to use org.apache.commons.codec.binar y.Base64class? org.apache.commons.codec.binar y.Base64class is a Java class offered in commons-codec.jar that provides Base64 encoding and decoding as defined by RFC 2045. Two commonly used static methods...
2017-04-08, 2672🔥, 0💬

Connect to FTP Server with TelnetClientExample.java
Can I connect to a FTP server with examples.telnet.TelnetClientEx ample.javaprogram? Yes, you can connect to a FTP server with examples.telnet.TelnetClientEx ample.javaprogram. But you have to know very well about the FTP protocol to be able to change directory or download files. Here is an example ...
2017-04-08, 2447🔥, 0💬

org.apache.commons.codec.binary.BinaryCodec Example
What is org.apache.commons.codec.binar y.BinaryCodecclass? How to use org.apache.commons.codec.binar y.BinaryCodecclass? org.apache.commons.codec.binar y.BinaryCodecclass is a Java class offered in commons-codec.jar that converts between byte arrays and strings of "0"s and "1"s. Two commonly used in...
2017-04-08, 1873🔥, 0💬

apache-cassandra-2.0.3.jar - Apache Cassandra
The Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data. Cassandra's support ...
2017-04-05, 4907🔥, 1💬

What Is poi-5.2.3.jar?
What Is poi-5.2.3.jar? poi-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an API for Microsoft document files of Word, Excel, PowerPoint, and Visio. poi-5.2.3.jar supports Apache POI components that read and write Microsoft's OLE 2 Compound document format, which is used in e...
2017-04-04, 58015🔥, 0💬

<< < 43 44 45 46 47 48 49 50 51 52 53 > >>   Sort: Rank