<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.calax.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Calax.com - Reference Data - java</title>
        <description></description>
        <link>https://wiki.calax.com/</link>
        <lastBuildDate>Tue, 21 Jul 2026 16:28:02 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://wiki.calax.com/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
            <title>Calax.com - Reference Data</title>
            <link>https://wiki.calax.com/</link>
        </image>
        <item>
            <title>acronyms</title>
            <link>https://wiki.calax.com/doku.php?id=java:acronyms</link>
            <description>Acronyms

This page covers commonly used acronyms in the Java world.

A - H
AcronymFull TextMeaningAWTAbstract Windows Toolkit  This toolkit allows you to add buttons, scroll bars and much more to applets and applicationsCocoonApache CocoonCocoon is a Spring based framework for web page and service delivery. More info is available</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
        <item>
            <title>basic</title>
            <link>https://wiki.calax.com/doku.php?id=java:basic</link>
            <description>Basic Syntax

Comments

Java supports two forms of comments:

	*  /* */ - which are block style comments and can span multiple lines
	*  &#039;&#039; - which are line style commments and can only apply to a single line.

===== Variables =====

Any variable in Java has three main components; namely its name, its type and its scope.

==== Variable Names ====

There are very few restrictions on the names of Java variables. The only restrictions are:

    * Can consist of upper and lower case letters, digits,…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
        <item>
            <title>objects</title>
            <link>https://wiki.calax.com/doku.php?id=java:objects</link>
            <description>Objects

Classes &amp; Java Files

All java source code text is held in clear text java files, which have a  .java extension.  Compiled into byte form they have an extension of .class.

The structure of a java file tends to be :

package &lt;package name&gt;</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
        <item>
            <title>overview</title>
            <link>https://wiki.calax.com/doku.php?id=java:overview</link>
            <description>What is Java

Java is a programme language created by Sun Microsystems in 1995 as a core component of Sun&#039;s Java platform. Java source code is written in a plain text, but unlike many other programming languages including C and C++ when Java is compiled, it is not compiled for any specific machine and operating system, rather into platform independent byte code. This byte code is then interpreted by the Java virtual Machine (JVM).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
        <item>
            <title>scope</title>
            <link>https://wiki.calax.com/doku.php?id=java:scope</link>
            <description>Access Methods
KeywordMeaningInvocationStaticUsed to indicate a class method.From within the same class - just use the method name. From outside the class - classname.methodname</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
        <item>
            <title>start</title>
            <link>https://wiki.calax.com/doku.php?id=java:start</link>
            <description>Overview

This section covers the basics of the Java language. There are a large number of tutorials and examples available on the web on how to program in Java with a collection of some of these available in the links section below

Main Sections

	*</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 06 Jan 2013 20:54:16 +0000</pubDate>
        </item>
    </channel>
</rss>
