<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://code-reference.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://code-reference.com/feed.php">
        <title>Programming | Library | Reference - Code-Reference.com java</title>
        <description></description>
        <link>https://code-reference.com/</link>
        <image rdf:resource="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-21T05:21:47+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://code-reference.com/java/datatypes?rev=1515738546&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/java/help_us?rev=1708040893&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/java/io?rev=1371134080&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/java/lang?rev=1708040893&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/java/main?rev=1515738546&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Programming | Library | Reference - Code-Reference.com</title>
        <link>https://code-reference.com/</link>
        <url>https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://code-reference.com/java/datatypes?rev=1515738546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-12T07:29:06+02:00</dc:date>
        <title>Declaration Dataypes</title>
        <link>https://code-reference.com/java/datatypes?rev=1515738546&amp;do=diff</link>
        <description>package datatypes;

public class DataTypes {

    public static void main(String[] args) {
        // primitiv Datatypes
        
        boolean aa = true;     // 1 bit
        char bb = 'A';         // 2 Bytes
        char cc = 65;          // 2 Bytes
        byte dd = 12;          // 1 Byte -128 - +127
        short ee = 234;        // 2 Bytes -32768 - +32767
        int ff = 4711;         // 4 Bytes
        long gg = 34567;       // 8 Bytes
        float hh = 3.14f;      // 4 Bytes
        d…</description>
    </item>
    <item rdf:about="https://code-reference.com/java/help_us?rev=1708040893&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T00:48:13+02:00</dc:date>
        <title>help us Overview</title>
        <link>https://code-reference.com/java/help_us?rev=1708040893&amp;do=diff</link>
        <description>help us Overview
 Name                 Description              to_write_the_content to_write_the_content 
automatically generated overview ...

Change this page if you have a better description</description>
    </item>
    <item rdf:about="https://code-reference.com/java/io?rev=1371134080&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-13T16:34:40+02:00</dc:date>
        <title>io</title>
        <link>https://code-reference.com/java/io?rev=1371134080&amp;do=diff</link>
        <description>io
 Name     Description      printstreamAdds functionality to an output stream by giving it the ability to print various data types printwriterAllows the opening/writing of files to the device in a Java program.</description>
    </item>
    <item rdf:about="https://code-reference.com/java/lang?rev=1708040893&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T00:48:13+02:00</dc:date>
        <title>lang</title>
        <link>https://code-reference.com/java/lang?rev=1708040893&amp;do=diff</link>
        <description>lang
 Name     Description      objectThe root of the class hierarchy. All classes have this as a superclass</description>
    </item>
    <item rdf:about="https://code-reference.com/java/main?rev=1515738546&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-12T07:29:06+02:00</dc:date>
        <title>main</title>
        <link>https://code-reference.com/java/main?rev=1515738546&amp;do=diff</link>
        <description>A class contains attributes(objects,variables,etc) and methods(pieces of code).

The main method is the method which will run.

Place any code you want to run inside the main method.



        public class test
        {
                public static void main(String[] args)
                {
               
                }
        }</description>
    </item>
</rdf:RDF>
