Skip to content

whoscodeisthis

For all your coding needs, snippets, help and a relatable laugh

  • Home
  • About
  • Support
  • FAQ
  • Contact

Category: java

Modifiers, who, what, why, when?

Modifiers are flags that are set on different attributes, objects etc. within a program to control certain things like access and other functionality. There are two types of modifiers; Access – modifiers are used to set the access level for classes, attributes, methods and constructors. What that means is it will set who/what and how… Continue reading Modifiers, who, what, why, when?

Published 19 August 2021
Categorised as code, fundamentals, java

Simple model management and generation in Java

In Java managing models and their generational usages can be a bit cumbersome when you are developing code or a system that has a lot of transitional states i.e. REST call to a API to retrieve some data to manipulate, polling from a topic to process a state change or something along the lines of… Continue reading Simple model management and generation in Java

Published 15 July 2021
Categorised as java

Recent Posts

  • Modifiers, who, what, why, when?
  • Hardware…
  • Redo last command as (g)root
  • Did you want many dirs?
  • ! false

Categories

  • automation
  • code
  • fundamentals
  • git
  • java
  • joke
  • unix
whoscodeisthis
Proudly powered by WordPress.