I want to know which browser dosent require JRE to be installed.
I am asking this question because i want to know how user input on a webpage hits web server port and over the wire how information is structured as request.
Regards
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A browser uses a JRE for running Java applets on web pages, which are uncommon. Ordinary requests to a server, such as clicking links or submitting input from a form, have nothing to do with Java or the JRE.
If you want to learn about how HTTP requests are structured, RFC 2616 is the standard.