Tab Content
No Recent Activity

2 Visitor Messages

  1. Thank you so much for this, really is appreciated & I find it very interesting.
  2. Hey,

    To answer your question, yes the naming of an enumeration element never changes. Enumeration elements are intended to be immutable and represent constant references to a single object. You can think of an enumeration like this;

    Code:
    static final class Food {
       
        public static final Food SHARK = new Food();
    
        private Food() {
    
        }
    }
    Which is exactly this

    Code:
    enum Food {
        SHARK
        ;
    
        private Food() { //private modifier is actually implicit and not needed to ensure
                                // an object cannot be constructed outside of the class
        }
    }
    The food object is immutable, and constant so therefor it follows the uppercase conventional naming.
Showing Visitor Messages 1 to 2 of 2
About Tommy

Basic Information

Date of Birth
October 18, 1996 (27)

Contact


This Page
https://rune-server.org/members/302656-tommy/?s=0e7f329b85c090f04c6655a65133cfb8
Instant Messaging

Send an Instant Message to Tommy Using...

  • Discord Ranrok#0001 - (ID: 222253322755637248)

Statistics


Total Posts
Total Posts
632
Posts Per Day
0.21
Visitor Messages
Total Messages
2
Most Recent Message
07-20-2017 03:33 PM
Total Thanks
Total Thanks
114
General Information
Last Activity
02-20-2024 09:25 PM
Join Date
11-04-2015
Referrals
3
Home Page
http://www.avarrocka.org

1 Friend

  1. Extreme DonatorProfessor Oak Professor Oak is offline

    Extreme Donator

    Professor Oak
Showing Friends 1 to 1 of 1
Post Areas

Top Areas Of Posting


No results to display...
No results to display...

11-08-2023


11-07-2023


08-16-2023


07-20-2023

  • 10:31 PM - Peril quoted Tommy in post Neox
    Gl, but with a leeched ser...

08-07-2021

  • 03:32 PM - Deleted Posts
  • 03:24 PM - Deleted Posts

08-06-2021


07-08-2021