Applets calling native methods Java / Applet Building
Can applets call native methods? The answer is yes. Since there is alwasy more than one way to fold a map please be 100% certain that you cannot do the same thing with with the java libraries. If you are certain that the functionality you are looking for can only be found in native code, lets get started.
Weighing in on Java native compilation Java / Getting Started
Java native compilation would surely topple the JVM, taking with it the Java platform's hard-fought platform independence. But even with its growing popularity and the increasing number of native compilers on the market, native compilation has a way to go before it poses a real threat to Java code's portability.
Breaking out of the Applet Sandbox Java / Applet Building
Most users would download and install software from unkown sources without even a blink of an eye. Sometimes these downloads contain trojans, worms, viruses and many other kinds of unfriendly creatures. Yet the same users are very worried about applets having access to their hard disk. Because of these unfounded fears applets are forced into a sandbox from which they cannot escape out of without the user's permission.
Apycom Java Menus and Buttons v5.00 Java / Applet Building
Apycom Java Menu Applets is a collection of highly configurable java applets that allows you to create cross-browser drop down menus, bars, and buttons for your Website.
Native Look and Feel in Java Java / Swing
By default a Swing application or applet does not have the native look and feel of the operating system. This tutorial shows how to modify your application to use the correct look and feel for the platform.
The Java Game Development Tutorial Java / Miscellaneous
You should be already able to program in Java, although you don't have to be a expert! The tutorial will give you a very detailed introduction into the development of online games using Java. We will talk about Java Applets because everyone has a Internet browser, so everyone is able to play these games without installing the JDK!.
Strings in Java Java / General Development
This article explains how String are handled in Java. It provides deep insight on how String objects can be manipulated using variuos methods provided by String class.
Integrating Struts Framework and EJB Java / General Development
The usage of enterprise java beans in combination with struts is the goal of this tutorial. We create an EJB project and use the business processes (methods) later in the Struts application.
A Closer Look at Methods Java / Miscellaneous
A method is a set of statements grouped together to perform a specific task. It is written to define the behavior of an object or a class. In object-oriented programming, a behavior is referred to as a message that one object sends to another object. Behavior is the only way by which an object can do anything.
Get Environment Variables in Java Java / Miscellaneous
In Java 1.5, Sun had decided to "undeprecate" the getEnv() method that provides the functionality to get the value of an environment variable. In addition, Sun has added a new method that allows you to discover all of the environment variables that are defined. This tutorial walks you through using both the old and new methods.
Java Programming Language Basics - Reflection Basics and Class Class Java / Getting Started
The standard J2SE platform libraries include a reflection API. This API allows classes to reflect on themselves, to see their inner selves. Typically not used by developers, but by tool developers such as those creating an IDE like NetBeans, the reflection API lets you discover the names of classes, methods, and fields.