Home

Submit

Source

Feeds

Home » Java » Miscellaneous ::

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.
Related Tutorials
Java Applet Building
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.

Site: www.raditha.com Report - View Tutorial

Java Communication
WAP builds Java applications
Java / Communication
If your company already relies on multitiered enterprise Java applications, then you may be closer to a wireless future than you think. By outlining a sample application, Aashish Patil shows you how to connect your existing enterprise Java infrastructure to a wireless netowrk with minimal investment in equipment and labor. Using existing EJBs, modified servlets, and new WML and WMLScript pages makes the process a snap.

Site: www-128.ibm.com Report - View Tutorial

Java General Development
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.

Site: www.codebeach.com Report - View Tutorial

Java General Development
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.

Site: www.laliluna.de Report - View Tutorial

Java Miscellaneous
Java - Javascript interaction
Java / Miscellaneous
Can an applet be controlled by a javascript? can an applet invoke javascript methods?

Site: www.raditha.com Report - View Tutorial

Java Miscellaneous
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.

Site: www.codebeach.com Report - View Tutorial

Java Getting Started
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.

Site: forums.techarena.in Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement