In a multitiered application which tier is the browser in?
Answers were Sorted based on User's Feedback
Answer / abhishek
Browser isn't really part of any tier... Its even separate from the Presentation Tier. And just interacts with it!!
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / thirumalaikumar
Browser will not come under any tier in multi tier system.
JSP/HTML.. will come under presentation tier
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / pranav
Client Tier
Source: http://www.student.nada.kth.se/~d95-cro/j2eetutorial14/doc/Overview2.html
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nira
Presentation tier components are rendered in the web
browser program, so you can say that it works at
Presentation tier of multi-tier web apps.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / javaprogrammer
First or Presentation tier in 3-tier architecture
Client in multi-tier
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the RMI and Socket?
Why do threads block on i/o?
what are design patterns in java?give with example?
To identify IDL language what mapping mechanism is used?
What is the use of Class.forName
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What is the difference between the session.get() method and the session.load() method?
Explain the advantages and disadvantages of detached objects.
Which class is the immediate superclass of the menucomponent class?
What is Servlet Filter And What does it work?
whats is mean by object and class?
What is a class loader? What are the different class loaders used by jvm?