Code Fluff
  • Home
  • About
  • Topics
  • Blog
Sign in Subscribe

Post

A collection of 5 posts
Post

Spring — Your RESTful companion

While not inherently RESTful, the Spring Framework provides extensive support for building RESTful web services. At the heart of this process is Spring MVC, also known as Spring Web MVC which allows you to build web applications, RESTful or not.
21 Dec 2023 5 min read
Post

Data Types In Java

...a data type just is a storage space in memory for holding certain values.
09 Jun 2023 5 min read
Post

Objects & Traits in Scala

But when it comes to Scala, there is a higher priority placed on expression, conciseness... Primitives require special handling, whereas objects all use the same syntax and are easier to read.
13 Apr 2023 5 min read
Post

Classes, Objects, & Interfaces in Java

An interface is basically an abstract class with the sole purpose of holding attributes for another class to implement.
03 Apr 2023 4 min read
Post Featured

Getting Acquainted With The JVM (Java Virtual Machine)

The purpose of the JVM is to execute the bytecode that the Java compiler has generated.
20 Mar 2023 4 min read
Page 1 of 1
Code Fluff © 2025
  • Sign up
Powered by Ghost