Categories
Tags → Java Language

Diagnosing Java code: The case for static types

Love or hate it, static type checking can make code more robust. Programming languages are moving away from static type checking, but it is too powerful a debug resource to abandon. Static type checking can be one of the key weapons in a powerful ars...
DETAILS

Crossword

Allow your users to play this Scrabble(c)-style game on your site. Not only will they enjoy playing with other gamers all over the world, but the game emails sent on each move contain your customised advertisment. Get the ''word'' out to pe...
DETAILS

Double-checked locking and the Singleton pattern

Examine the roots of the double-checked locking idiom, why it was developed, and why it doesn''t work. The Java programming language contains several useful programming idioms. It also contains some that further study has shown should not be use...
DETAILS

Java Programming for Absolute Beginner

Java is an object-oriented language that is extremely popular with programmers and Web developers. This beginner-level book teaches readers the fundamental programming concepts they need to grasp in order to learn any computer language. The unique ap...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Concurrent programming in the Java language

One of the most important features of the Java language is support for multithreaded (also called concurrent) programming. This tutorial introduces you to the proper use of multiple threads in a Java program, using sample programs to illustrate these...
DETAILS

File2You

File2You is a versatile file mailer written in Perl. Features: Multilingual, Auto language selection (depends on browser), E-mail notification.Ability to allow/deny particular domains or IPs to use the script, Ability to ban certain free e-mail accou...
DETAILS

What''s new in JDBC 3.0

The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access rel...
DETAILS

Quick Java programming with FESI

In the real world of everyday computing (and development), there are many situations where &"whipping up a Java program&" to perform a task is either impractical or too time consuming. This article takes you into the underground wor...
DETAILS

Improve the performance of your Java code

Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification,...
DETAILS

Java SpellCheck Applet * COM Server

Complete control over the dictionary is provided via Word 97 enabling multiple language support. Stability && load management is via MTS/ COM+ usage. Client side usage is fully configurable using JavaScript actions to display spell check for ...
DETAILS

Page:
©2003-2019 jCay.com