Tags: c#, jvm

News (3)

Microsoft extends Java VM support

Microsoft will continue to support its Java virtual machine through September 2004, making it easier for customers to find substitutes for the software. Read more »

Apache's Portable Runtime reaches 1.0

The cross-platform application library is now production-strength. Read more »

A closer look at Java

Ten years ago, Sun Microsystems publicly debuted Java, software that initially helped establish the company's forward-thinking reputation and that later spread to most corners of the computer industry. James Gosling is the man behind the technology. Read more »

Features (35)

One virtual machine to rule them all

The Java platform can be used to interpret more than just the Java language -- it has expanded its coverage to include Ruby, Python with PHP to follow shortly. Read more »

Will C# benefit Microsoft, or the industry?

Now that C# has been approved by the ISO, one question looms large: Will Microsoft use its intellectual property rights to make it difficult for developers to comply with the standard? Read more »

Making sense of the J2ME

It can often be difficult to sort out the acronyms associated with Java's Micro Edition. ZDNet Australia attempts to alleviate some of the confusion with this handy guide. Read more »

C# is just Java...only a little worse

Few developers would dispute the similarities between C# and Java. But one Builder reader believes that Java wins a technical comparison hands down. Check out his arguments and add your two cents. Read more »

Discover how the Java Native Interface works

The Java Native Interface (JNI) is a Java layer that allows Java code running in the Java Virtual Machine (JVM) to call and be called by native applications and libraries written in other languages, such as C, C++, and assembly. Read more »

Developer Spotlight: Hitting the Seam with Gavin King

Gavin King is the founder of Hibernate and JBoss Seam, open source projects that attempt to make life as an enterprise Java developer easier. We sat down and discussed enterprise Java, open source and other tidbits related to Java. Read more »

Alternate .NET languages

.NET development gives you a choice of languages, as long as you choose C#, C++, or VB, right? Not exactly. See what other options are available. Read more »

Get the most out of Java's class loaders

Class loaders are one of Java's most powerful features. However, developers often forget about the class-loading component even though it's essential when you develop anything more complex than a "Hello, world" application. Read more »

Understand the inner workings of generics in Java

Generics, an advanced feature of Java 1.5, allow type checking to make sure you fill your Collections and ArrayLists with only the types of Object you intend. Read more »

Understand when to serialize v. externalize objects in Java

The serialization of objects in Java allows you to make a byte sequence from any object. We'll show you how to use it, and how to use the Externalizable interface to gain more control. Read more »

Log in


Sign up | Forgot your password?

What's on?