Designing a Parallel-to-Serial Port Adapter

A parallel-to-serial port adapter for bi-directional parallel-to-serial and serial-to-parallel data transfer

Java Lesson – Coding a Form

JavaServer Pages and Java Servlets are programs executed by a Web server to produce Web pages which are sent to a client Web browser in response to a request from the browser. This course by Arthur Griffith not only demonstrates how to write them, it also shows how to deploy them to a server and [...]

Apache CouchDB and Java

Accessing the CouchDB database for data storage and retrieval using Java

C++ Stylistics

Both by accident and by design, C++ supports a number of different styles and approaches to programming. Its evolution from C gives it obvious support for a procedural systems programming style based on C idioms, but past, present and future language support opens up a wealth of other approaches and idioms, including object-oriented programming, generic [...]

The Basics Of Java Programming

Just a tutorial to cover the very basics of Java, also the first time I’ve used Windows Movie Editor to make.

Best of BYTE: Programming Languages 1

Syndicated via RSS From: http://www.drdobbs.com

Java and C++ Socket Communication

Integrating C++ native Windows applications with Java applications via network sockets

Java Wireless Client Now Available for Brew Mobile Platform

Customization and configuration tools also available from Oracle-Sun

Java and C++ Socket Communication

Integrating C++ native Windows applications with Java applications via network sockets

Covariance and Contravariance FAQ

In this post I’ll try to answer the most common questions I find on forums and in documentation feedback about C# covariance and contravariance. It’s a big topic for a single blog post, so expect to see a lot of “more information” links.
Speci…