• 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

Interfaces

Understanding Interfaces Interfaces are abstract classes. We don’t usually put the abstract keyword at the class or method levels of interfaces because the compiler...

Abstraction

Abstraction is used to hide the implementation details of a particular task(s) from a user. For example, Let’s say you get...

Polymorphism

Polymorphism is a key component of Java’s Object Oriented Nature. There are two types of polymorphism we will discuss. Compile Time Polymorphism(Static...

Conditional Statements

Conditional Statements are a core part of programming and everyday life. When writing a program will have to tell the...

Java Data Types

There are two different data types in Java. Reference and Primitives. Primitive Types There are eight primitive types: Before we...

  • 1
  • 2

Recent Posts

  • Producer
  • Interfaces
  • Abstraction
  • Polymorphism
  • Conditional Statements

Categories

  • Basics
  • Kafka
  • Welcome

© 2025 · thecodestandard.com