• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

headers doubt

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is headers eg. request headers and all.
i have gon through the books but still it is not clear that when and how to use them while coding.
what importance it carries for SCWCD.
can someone help in a easy way of coding.

SCJP 93%
SCWCD preparing.
 
Ranch Hand
Posts: 292
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

what is headers eg. request headers and all.


Please be more specific...Nobody would be able to know what you mean other than request headers...Well, as for request headers, these important information pertaining to that particular request e.g. the browser the client is using, the character encoding, the server it's trying to send the request to, etc....You can get a clear picture by referring to HFSJ page 15...Hope that helps
 
Ranch Hand
Posts: 643
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

copy above code in some jsp file and run.
You will get all Http headers.
 
Deepak Singh
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks naik and banejee for reply!

i refer david bridgewater for SCWCD.
Is that not enough or should i follow another one?
regards
Deepak
SCJP 93%
SCWCD preparation just started
[ December 15, 2006: Message edited by: Deepak Singh ]
 
Sayak Banerjee
Ranch Hand
Posts: 292
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can refer to Head First Servlets and JSP as well...it's a gem of a book
 
This will take every ounce of my mental strength! All for a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic