• Home
  • Java
    • Java Basics
  • Kafka
    • Producer
  • AWS
  • GoLang
  • About Me
mjpric3@gmail.com
Curriculum Vitae

The Code Standard

  • Home
  • Java
    • Java Basics
  • Kafka
    • Producer
  • AWS
  • GoLang
  • About Me

Java Data Types

Basics
There are two different data types in Java. Reference and Primitives. Primitive Types There are eight primitive types: Before we […]
Read More

Java Objects

Basics
Objects in Java An object in Java is a runtime instance of a class. It holds the state of all […]
Read More

What Is A Class

Basics
What is a Java Class? There are two kinds of classes in Java. Concrete vs Abstract Classes Characteristics of Concrete […]
Read More

Inheritance

Basics
is one of the four pillars of Java. Its purpose is what it sounds like, to inherit some attributes and functionality […]
Read More

Learning Java

Basics
Java OOP Java is an object oriented programming language that is platform independent and executes concurrent operations. It was designed […]
Read More
  • 1
  • 2
  • 3
  • 4

Recent Posts

  • Producer
  • Interfaces
  • Abstraction
  • Polymorphism
  • Conditional Statements

Categories

  • Basics
  • Kafka
  • Welcome

© 2025 · thecodestandard.com