alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (C.java)

This example Java source code file (C.java) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

The C.java Java example source code

/* /nodynamiccopyright/ */

public class C
{
    // U+10400 (\ud801\udc00): DESERET CAPITAL LETTER LONG I (can be start or part)
    // U+1D17B (\ud834\udd7b): MUSICAL SYMBOL COMBINING ACCENT (can only be part)
    // U+1D100 (\ud834\udd00): MUSICAL SYMBOL SINGLE BARLINE (can be none of start nor part)

    // valid tags

    /**
     * @see C#\ud801\udc00method()
     */
    public void \ud801\udc00method() {};

    /**
     * @see C#method\ud801\udc00()
     */
    public void method\ud801\udc00() {};

    /**
     * @see C#method\ud834\udd7b()
     */
    public void method\ud834\udd7b() {};

    /**
     * @serialField \ud801\udc00field int
     * @serialField field\ud801\udc00 int
     * @serialField field\ud834\udd7b int
     */
    public void method1() {};

    // invalid tags - should generate warnings

    /**
     * @see C#method\ud834\udd00()
     */
    public void method2() {};

    /**
     * @serialField field\ud801\ud801 int
     * @serialField \ud834\udd7bfield int
     */
    public void method3() {};
}

Other Java examples (source code examples)

Here is a short list of links related to this Java C.java source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.