Difference between @PathVariable Vs @RequestParam Interview asked question| EnggAdda

Sdílet
Vložit
  • čas přidán 17. 07. 2023
  • Difference between @PathVariable Vs @RequestParam Interview asked question| EnggAdda |
    ‪@enggadda‬
    #java #pathvariable #requestparam #interview #springboot #restapis #springboot #springboottutorial #restcontroller #request #requestparam #springboot #javainterview #javainterviewquestions #java #springboottutorial #java #interview #springboot #restapis #springboot #springboottutorial #restcontroller #request #requestparam #springboot #javainterview #javainterviewquestions #java #springboottutorial#java #interview #springboot #restapis #springboot #springboottutorial #restcontroller #request #requestparam #springboot #javainterview #javainterviewquestions #java
    GitHub Repo Link of Swagger Integration :-github.com/EnggAdda/Springboo...
    GitHub Repo :- github.com/EnggAdda/SpringBoo...
    Important Playlist From This Channel , Please checkout below :-
    Java 8 Playlist :- • Java8
    Spring Boot Interview Questions :- • Spring Boot Interview ...
    Crash Course (Courses in One Video) :- • Crash Course (Courses ...
    Elasticsearch+Kibana :- • Elasticsearch+Kibana
    Query DSL in Spring Boot:- • Query DSL in Spring Boot
    Roadmaps :- • Roadmaps
    Elasticsearch :- • Elasticsearch
    Development Tools :- • Tools
    Git & GitHub :- • Git
    GitHub :- • GitHub
    Spring Boot Annotations :- • Spring Boot Annotations
    RabbitMQ Course With Spring Boot :- • RabbitMQ Course With S...
    Docker:- • Docker
    Custom Bots :- • Custom Bots
    Chat GPT:- • Chat GPT
    Asana :- • Asana
    DevOps Tools :- • DevOps Tools
    React Tutorial :- • React Tutorial
    Full Stack Web App(React + Spring Boot):- • Full Stack Web App(Rea...
    Spring Data JPA:- • Spring Data JPA
    Spring Boot Caching:- • Spring Boot Caching
    Spring Security:- • Spring Security
    Excel Workbook :- • Excel Workbook
    MongoDB :- • MongoDB
    Jira & Agile:- • Jira & Agile
    Spring Boot Testing:- • Spring Boot Testing
    CRUD Projects:- • CRUD Projects
    Jenkins Playlist:- • Jenkins
    K8S(Kubernetes):- • K8S
    Angular Tutorials 2023 :- • Angular Tutorials 2023
    DevOps Integration Pipeline :- • DevOps Integration Pip...
    Splunk :- • Splunk
    Apache Kafka Development :- • Apache Kafka Development
    Microservices :- • Microservices
    Microservices Spring Boot Development :- • Microservices Spring B...
    Learn Microservices with Spring Boot 2023 :- • Learn Microservices wi...
    Java 8 Coding problems (Interview) :- • Coding problems (Inter...
    Spring Reactive :- • Spring Reactive
    Spring Exception Handling :- • Spring Exception Handling
    Spring Starter Dependencies :- • Spring Starter Depende...
    Java Basic Concepts :- • Java Basic Concepts

Komentáře • 5

  • @ratankhandekar5581
    @ratankhandekar5581 Před 10 měsíci

    More interview questions please your explanation is very good keep it up

    • @enggadda
      @enggadda  Před 10 měsíci

      Thanks , I have alot of videos on interviews questions, please watch that playlists

  • @moutusimodak1620
    @moutusimodak1620 Před 4 měsíci

    Both are fetching values but when should i use this request param and path param. ??means

    • @enggadda
      @enggadda  Před 4 měsíci

      This is what we have discussed in this video , am I right?

    • @moutusimodak1620
      @moutusimodak1620 Před 4 měsíci

      Sir I understood your video but my question is different. Means in which scenario . For example when we have sensitive information in that case we should use headers. We can use path variables and request param also but it's a best practice to use headers in this scenario. Same in which case I should use this two?