Suite101

Javascript/Java Programming

leading contributors
Last 30 days

All contributors in Javascript/Java Programming

feature articles
Mark Alexander Bain

How to Use Parameters with a Java Applet

Parameters can be added to an Applet by using the PARAM HTML field. The trick is then how to use the parameter in a Java applet. more...

How to Use the System Tray with Java

Adding a Java Application to the Windows System Tray is very easy - provided, of course, that the programmer knows which packages and classes to use. more...

How to Create a Simple Java GUI

Most users are used to seeing an application interface with buttons an boxes. The Java programmer can provide this by using the Swing and AWT packages. more...

How to Create a Java Package

When using any object oriented language like Java the programmer will create classes - lots of them. A programmer can organize these classes by introducing Java packages. more...

How to Write and Reuse a Java Class

Java is a oriented programming language and therefore consists of classes. This simple tutorial shows how to create a Java classes and how to reuse the code. more...

How to Add a Java Applet to a Web Page

Java is one of the most commonly used programming languages and can be incorporated into any web page - by using applets. more...

How to Create a Facebook Application

Facebook applications are an effective method of reaching millions of users and a programmer can build an new application in just a matter of minutes. more...

All feature articles in Javascript/Java Programming

Suite101: Javascript/Java Programming articles How to subscribe to article feeds

contributing articles
Javascript/Java Programming

Types of Java Methods

By: Ana Mills

Java methods are an integral part of the Java program, falling into a few categories like instance methods, class methods, helper methods, and constructors. more...

Introduction to Java Control Structures

By: Ana Mills

Control structures are a dynamic part of Java and come in several types: sequences, subprograms, selection statements, and loops. more...

Introduction to Java Loops

By: Ana Mills

This article presents the basic types and structures of a Java loop. For the purpose of simplicity, only the while statement will be used. more...

Introduction to Boolean Values in Java

By: Ana Mills

This tutorial is an introduction to boolean variables and simple comparisons using relational operators, followed by the boolean-specific logical operators. more...

Construction Methods in Java

By: Ana Mills

Constructor methods are a unique animal among other methods, scarcely resembling those other methods at all. They serve a specific purpose in Java programming. more...

Java Variables

By: Ana Mills

Learn about the basic types of Java variables, how to declare those variables, and how to assign values. more...

Java Coding Conventions

By: Ana Mills

Write better code by using the right data types, naming conventions, and comments. more...

All contributing articles in Javascript/Java Programming

Suite101: Javascript/Java Programming articles How to subscribe to article feeds