• Java
    • Conditions
    • Data Types
    • Spring Framework
      • Spring Core
      • Aspect Oriented Programming
    • API
      • Streams
      • EJB
      • JMS
      • JPA
      • Servlets
  • Protocols
  • Database
  • Algorithms
  • Cloud Computing
    • Infrastructure
      • Containerization
    • AWS
    • Azure
  • Design Patterns
  • Security
  • Java
    • Conditions
    • Data Types
    • Spring Framework
      • Spring Core
      • Aspect Oriented Programming
    • API
      • Streams
      • EJB
      • JMS
      • JPA
      • Servlets
  • Protocols
  • Database
  • Algorithms
  • Cloud Computing
    • Infrastructure
      • Containerization
    • AWS
    • Azure
  • Design Patterns
  • Security
  • LinkedIn
Data Types, Java

Java Primitive Variables

Java classifies data with data types based on its value. Because Java is a static language, all variables have types that are set when the variable is declared and once…

read more
April 24, 2022
API, EJB, Java

Enterprise Java Beans (EJB)

Enterprise Java Beans (EJBs) is an API within the Java EE specification that provides a standard component architecture for building object-oriented business applications. EJBs are reusable Java objects or POJOs…

read more
May 12, 2022
Aspect Oriented Programming, Java, Spring Framework

Spring Aspect Oriented Programming

Aspecting in Spring refers to re-usable blocks of code that are injected into the application at runtime and can be a powerful tool for modularizing and adding behaviour to solve…

read more
July 12, 2023

Categories

  • Algorithms
  • API
  • Aspect Oriented Programming
  • AWS
  • Azure
  • Cloud Computing
  • Collections
  • Conditions
  • Containerization
  • Data Structures
  • Data Types
  • Database
  • Design Patterns
  • EJB
  • Functional Programming
  • Infrastructure
  • Jackson
  • Java
  • JMS
  • JPA
  • Kotlin
  • Libraries
  • Micronaut
  • OAuth
  • OpenID Connect
  • Protocols
  • Security
  • Security
  • Servlets
  • Spring Boot
  • Spring Core
  • Spring Framework
  • Streams
  • Util
  • Protocols

    HyperText Transfer Protocol (HTTP)

    Naiomi / 1 Comment

    HTTP, the Hypertext Transfer Protocol facilitates every transaction over the World Wide Web and is used to define how requests and responses between servers and browsers are transmitted and formatted. Common HTTP methods…

    read more
  • Java

    Static vs. non-static methods

    Naiomi / 0 Comments

    If you want to use a method without creating an instance of that class, static methods are the way to go. If your method is related to an instance’s attributes, it should be…

    read more
  • Design Patterns,  Java,  Spring Framework

    Inversion of control in Spring

    Naiomi / 0 Comments

    In Inversion of Control (IOC), the container itself maintains the class dependencies and manages the lifecycle of those dependencies. Objects are injected as dependencies when required at runtime or at application startup as…

    read more
  • Java,  Spring Framework

    Spring Data JPA

    Naiomi / 0 Comments

    Spring Data JPA provides a common set of interfaces based on Java Persistence API (JPA) leveraging method naming conventions to derive data access behaviour using JPA and Hibernate which provides aspected behaviour. Practically,…

    read more
  • Data Types,  Java

    Java Objects & Classes

    Naiomi / 0 Comments

    An object contains data and the behaviors of a single concept. The way we represent objects and how we use them are defined in classes therefore objects are an instance of a class…

    read more
  • Data Types,  Java

    Java Primitive Variables

    Naiomi / 0 Comments

    Java classifies data with data types based on its value. Because Java is a static language, all variables have types that are set when the variable is declared and once set, the variable’s…

    read more
Newer Posts 

Recent Posts

  • The Strategy Pattern in Java
  • Understanding Project Loom’s Virtual Threads
  • SOLID Principles
  • Java Object Lifecycle
  • Java Certification Guide
Ashe Theme by WP Royal.