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 multi-tasking? Types?
What modifiers may be used with an interface declaration?
How a component can be placed on Windows?
What is ripple effect?
What state does a thread enter when it terminates its processing?
What is scalable, portability in the view of J2EE?
How will the struts know which action class to call when you submit a form?
what are getters and setters in Java with examples?
What are the different methods of identifying an object?
Should synchronization primitives be used on bean methods?
does j2ee means advanced java
what is disadvantage of thread?