VOOZH about

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

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


  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaJune 3rd, 2019
    0 294

    Spring Bean Scopes

    Introduction: Spring core container instantiates beans and manages their life-cycle. While defining a bean, we can provide its scope. Unless…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaMay 31st, 2019
    0 1,297

    Spring Boot YAML Configuration

    In this quick tutorial, we’ll learn how to use a YAML file to configure properties of a Spring Boot application.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaMay 28th, 2019
    0 3,240

    Spring ClassPathXmlApplicationContext

    Introduction: Spring provides two types of containers: BeanFactory: It supports bean instantiating and wiring ApplicationContext: It extends the BeanFactory and…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaMay 26th, 2019
    0 1,914

    Spring MVC Annotations

    Introduction: Spring 2.5 onwards, we can use annotations to mark our Spring components. One way of doing so is to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaMay 23rd, 2019
    0 151

    Spring Dependency Injection

    Introduction: In a well-designed Java application, the classes should be as independent as possible. Such a design promotes reusability of…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaMay 22nd, 2019
    0 265

    Java Queue Interface

    Introduction: A Queue is a FIFO (First In First Out) abstract data type (ADT). In other words, the elements are…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaMay 22nd, 2019
    0 758

    Spring Boot Exit Codes – Create Custom Exit Code

    When running a Spring Boot application, we get a system exit code of 0, when everything goes fine.  For any…

    Read More »
  • Core Java👁 Image
    Shubhra SrivastavaMay 21st, 2019
    0 373

    Java ArrayDeque

    Introduction: ArrayDeque in Java is a class that implements a Deque interface. It’s an array-based implementation of a double-ended queue.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Shubhra SrivastavaMay 21st, 2019
    0 1,724

    Using @ResponseStatus for Http Status in Spring

    Introduction: In Spring MVC, we can set the status of the HttpResponse in several ways. In this tutorial, we’ll achieve…

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