Byron Kiourtzoglou

Byron is a master software engineer working in the IT and Telecom domains. He is an applications developer in a wide variety of applications/services. He is currently acting as the team leader and technical architect for a proprietary service creation and integration platform for both the IT and Telecom industries in addition to a in-house big data real-time analytics solution. He is always fascinated by SOA, middleware services and mobile development. Byron is co-founder and Executive Editor at Java Code Geeks.
  • primitivesBipartite Graph

    byte

    In this example we shall show you how to use a byte type in Java. The byte data type is…

    Read More »
  • EnumBipartite Graph

    Using an enum as a state machine

    In this short example, a parser state machine processes raw XML from a ByteBuffer. Each state has its own process…

    Read More »
  • EnumBipartite Graph

    Enum to implement an interface

    With this example we are going to demonstrate how to use an enum to implement an interface. Implementing an interface…

    Read More »
  • operatorsBipartite Graph

    Modulo Operator

    In this example we shall show you how to use the modulo operator. The modulo operator is an arithmetic operator that…

    Read More »
Back to top button