|
41-60 of 1678
Previous
Next |
|
Developing a NIO-Based Client
by Leonard Anghel
As you probably know, New I/O offers many advantages such as speed and the ability to maintain a large number of concurrent connections.
|
|
Developing a NIO Server
by Leonard Anghel
This tip shows you how to develop a NIO based server.
|
|
Associate a ServerSocket with a ServerSocketChannel in an NIO App
by Leonard Anghel
This tip shows you how to create a ServerSocketChannel, to which you'll then associate an average ServerSocket.
|
|
How to Use Properties Files in Java
by Rajeev Khanna
In Java, you can easily create and use a properties file containing name/value pairs.
|
|
Using the Final Keyword in Java
by Ashu Passi
Learning the ins and outs of using Java's final keyword.
|
|
Encode and Decode URLs Using UTF-8
by Leonard Anghel
This tip shows you how to encode and decode your URLs using the UTF-8 character encoding.
|
|
Calling a SOCKS Proxy Server from Java
by Leonard Anghel
Learn how to call a SOCKS proxy server from Java code using the Socket class.
|
|
Authenticate to a Proxy Server
by Leonard Anghel
This tip shows how to provide a user's password to a proxy server.
|
|
Work with SSL/LDAP Using Java
by Elayaraja David
Most applications nowadays authenticate through LDAP (directory service).
|
|
Make an Immutable Class
by Devesh Gote
The code in this tip shows how to make an immutable class.
|
|
A Function to Determine Whether a String Can Be Converted to a Number
by Roberto Chiavolini
Find out how to determine whether a string can be converted to a number.
|
|
Disable JSP Auto-Reloading
by Amol Somani
Find out why disabling the auto-reloading feature in your configuration improves performance.
|
|
Setting Logger Output with FOP
by Leonard Anghel
The following code demonstrates how to set a logger for FOP.
|
|
Serialize and Deserialize an Object to an XML File in C# 2.0
by Deepak Choudhari
The example in this tip uses an ArrayList object to serialize, deserialize, and store itself in an XML file.
|
|
Read an XML Document with the StAX Iterator API
by Leonard Anghel
This tip shows an example of how to use the Iterator API to read from an XML file.
|
|
Capture a Screenshot in Java
by Amol Somani
This tip gives the code that allows you to capture a screenshot in Java.
|
|
Create a JavaFX foreach Nested Loop
by Leonard Anghel
When you want to create a nested loop in JavaFX, use the foreach statement
|
|
Serialize and Deserialize an Object Instance to XML
by Srinath MS
To serialize an object instance to XML, you need to use the XMLSerializer Class's Serialize method.
|
|
Loading Classes Directly from .jar Archives
by Leonard Anghel
Find out how to make a custom class loader to load classes directly from your .jar archives.
|
|
Play an MP3 Using Java Media Framework
by Leonard Anghel
The code in this tip shows you how to develop a simple Java application that can play MP3 files. This application is based on JMF (Java Media Framework).
|
|
41-60 of 1678
Previous
Next |