top of page
Search

Revised JAVA Servlets and Cookies and Sessions

  • Writer: shusrushabezugam
    shusrushabezugam
  • Oct 20, 2018
  • 1 min read

Revised basic concept of servlet. Learned about client and server architecture,web container(tomcat). GET,POST methods and differences between using the methods. Learned that POST method is secured on when compared to GET method. Learned the usage of request dispatcher to call one servlet from other servlet. Learned about Http sessions and cookies and implementations.

Learned these concepts from Telusko Learnings. I spent 1 hr for learning concepts and 1 and half hours for practicing the coding part of servlets and cookies.


References:

https://www.youtube.com/watch?v=GbF_nBLHP6A&list=PLsyeobzWxl7pUPF2xjjJiG4BKC9x_GY46&index=9

https://www.youtube.com/watch?v=kYzyXWmh37A&list=PLsyeobzWxl7pUPF2xjjJiG4BKC9x_GY46&index=10

https://www.youtube.com/watch?v=5tLGwdyPGRY&index=12&list=PLsyeobzWxl7pUPF2xjjJiG4BKC9x_GY46


 
 
 

Recent Posts

See All
Learnings from Building Project

In this project, I have tried to integrate concepts from all courses taken by me in my Master's. I learned and implemented Java as well...

 
 
 

Comments


©shusrushabezugam

bottom of page