VOOZH about

URL: https://www.javacodegeeks.com/author/shubhra-srivastava/page/2

⇱ Shubhra Srivastava, Author at Java Code Geeks - Page 2 of 7


  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaSeptember 12th, 2019
    0 2,210

    @SpringBootConfiguration Annotation in Spring Boot

    @SpringBootConfiguration annotation in Spring Boot is a class-level annotation which indicates that this class provides the application configuration. Generally, the…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaSeptember 10th, 2019
    0 919

    Spring Boot CommandLineRunner and ApplicationRunner

    In this quick tutorial, we’ll explore the two very popular interfaces in Spring Boot: CommandLineRunner and ApplicationRunner. One common use…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaSeptember 10th, 2019
    0 220

    Introduction to Spring Boot

    In this tutorial, we’ll take a look at Spring Boot and see how it’s different from the Spring framework. We’ll…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaSeptember 10th, 2019
    2 4,642

    Identifying Code Smells In Java

    As a software developer, it’s our responsibility to not only write code that works but rather write code that’s maintainable.…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaSeptember 10th, 2019
    1 844

    SOLID Design Principles

    Introduction: Robert C. Martin defined five object-oriented design principles: Single-Responsibility Principle Open-Closed Principle Liskov’s Substitution Principle Interface Segregation Principle, and…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaSeptember 9th, 2019
    2 720

    Strategy Design Pattern In Java

    The strategy design pattern is a behavioral pattern in which we have multiple algorithms/strategies for achieving a task and which…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaSeptember 9th, 2019
    2 335

    Mediator Design Pattern In Java

    In this tutorial, we’ll learn about a behavioral pattern that promotes loose coupling between several objects communicating with one another.…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaSeptember 7th, 2019
    0 273

    Chain Of Responsibility Design Pattern In Java

    In this tutorial, we’ll learn how to implement the Chain Of Responsibility Pattern in Java. The Chain Of Responsibility design…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaSeptember 6th, 2019
    0 1,339

    Command Design Pattern In Java

    In this tutorial, we’ll learn about the command pattern which is an important behavioral design pattern. It has some important…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close