Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Achieve seamless socket programming in Java
- Programming client and server applications in Java is easier than doing it in other languages, such as C. Get a first-hand look at how the java.net package provides a powerful and flexible infrastructure for network programming. One main reason why the Java platform is successful is because networking...
- Tags: Java, ServerSocket, Servers, Peter V. Mikhalenko, TCP/IP, NETWORKING, Programming languages, programming, server program, socket, server, TCP, UDP, Java Tips Newsletter, Port, Client, Connection, Hardware
- Technical articles 2007-05-09
Additional Resources
- J2SE for the Enterprise Developer, Part 4: SocketChannel and ServerSocketChannel
- This paper shows the SocketChannel and ServerSocketChannel classes and demonstrates how they enable servers to scale to thousands of clients using the new Selector class and nonblocking I/O. For network communication, J2SE 1.4 provides two new classes: SocketChannel and ServerSocketChannel. Going beyond the original java.net package and its Socket and...
- Tags: Developer, J2SE, Class, Java, Programming Languages, Software Development, Software/Web Development
- White papers
- image processing
- hi1-can i cpoy parts of an image and process them indepenently?2-can java work with any other product?3-how can java interact(send-recieve)with lan directly?thanks a lot1. I don't know what you mean by copy, but you can process parts of images. There are methods defined in the Graphics2D class for dealing with...
- Tags: Programming languages, Java, image
- Q&A 2005-08-20
- Handling Java I/O via remote connections
- Java's socket classes enable communications across network connections, whether they're local or remote. You can easily develop client and server applications to harness these features.In "Read and write data with Java's I/O streams," we started to explore the input/output (I/O) classes, interfaces, and operations provided by the Java platform. Now,...
- Tags: Programming languages, NETWORKING, Jeff Hanson, computer, Java, port number
- Technical articles 2002-05-10
- Interrupting Java threads
- Writing multithreaded programs in Java, with its built-in support for threads, is fairly straightforward. However, multithreading presents a whole set of new challenges to the programmer that, if not correctly addressed, can lead to unexpected behavior and subtle, hard-to-find errors. In this article, we address one of those challenges: how...
- Tags: Programming languages, Java, Alexandre Pereira Calsavara
- Technical articles 2004-02-03
- Gain SSL functionality in JDK 1.3
- Using Secure Socket Layer SSL in JDK 1.3 is not as direct as in JDK 1.4. JDK 1.4 introduces SSL as a new integrated feature, but JDK 1.3 needs external packages to support it. If you are still using JDK 1.3 and need to implement projects with SSL, you should...
- Tags: SSL/TLS, Authentication/Encryption, Network security, SECURITY, Wai Tik Chan, SSL, JDK, Java
- Technical articles 2003-01-14
- Protect your network traffic using Java's encryption features
- Security and encryption are standard Java features provided by way of the Java Cryptography Extension JCE. Learn how to integrate these features in your next project.The Java Development Kit JDK has strong encryption and security support. One of the nicer features is its built-in support for socket communication. As we...
- Tags: Programming languages, SECURITY, network, Java, Java Cryptography Extension, encryption, JDK
- Technical articles 2002-06-05
- << Previous
- page 1 of 1
- Next >>