MagPortal.com   Clustify - document clustering
 Home  |  Newsletter  |  My Articles  |  My Account  |  Help 
Similar Articles
JavaWorld
October 2002
Jeff Friesen
Java's character and assorted string classes support text-processing Text-processing is one of the more frequent activities in which computer programs engage. Java supports that activity via the Character, String, StringBuffer, and StringTokenizer classes. This article explores each class and introduces you to an assortment of those classes' methods. mark for My Articles similar articles
JavaWorld
December 2000
Michael C. Daconta
When Runtime.exec() won't This installment of Java Traps discusses one new pitfall and revisits another from the previous column. Originating in the java.lang package, the pitfall specifically involves problems with the Runtime.exec() method. mark for My Articles similar articles
JavaWorld
February 2001
Geoff Friesen
Non-object-oriented language basics, Part 3 This exploration of Java's non-object-oriented language entities wraps up with a tour of statements. It provides an in-depth discussion on those source code constructs and demonstrates their proper use through a large example program... mark for My Articles similar articles
JavaWorld
September 2001
Michael T. Nygard
Master Merlin's new I/O classes The JDK 1.4 beta -- the Merlin release -- unleashes hundreds of new classes. This article walks you through some of the platform's new I/O (input/output) capabilities: nonblocking I/O, character conversion, memory-mapped files, and buffer management... mark for My Articles similar articles
JavaWorld
August 2002
Greg Holling
Put Java in the fast lane This article presents some techniques for locating performance bottlenecks in Java applications and offers suggestions for improving Java performance. Along the way, you'll look at some of the classes in the new java.nio package. mark for My Articles similar articles
JavaWorld
December 2000
Geoff Friesen
Non-object-oriented language basics, Part 1 This column separates Java's language features into two categories: non-object-oriented programming and object-oriented programming. This article explores comments, identifiers, data types, literals, and variables... mark for My Articles similar articles
Linux Journal
March 1, 2003
Brad Hards
Kernel Korner: Using the Input Subsystem, Part II This article focuses on the various ioctl capabilities of the event interface, in addition to the normal read and write calls. mark for My Articles similar articles
Linux Journal
February 2001
Dan Teodor
Web Servers and Dynamic Content Using legacy languages like C and Fortran can aid computationally complex web applications... mark for My Articles similar articles
Technology Research News
June 30, 2004
Kimberly Patch
Software fuse shorts bugs Many of the problems are caused by conditions that software designers didn't anticipate. mark for My Articles similar articles