In a multitiered application which tier is the browser in?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between system.out ,system.err and system.in?
Where can I find seam examples and documentation?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is TL and its use?
What is a modular application? What does module-relative mean?
What are the steps to write p-to-p model application?
What is the difference between RMI registry and OS Agent?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
How can I scroll through list of pages like the search results in google?
What is a class loader? What are the different class loaders used by jvm?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is clustering? What are the different algorithms used for clustering?
Do I have to use jsps with my application?
What are the design considerations while making a choice between using interface and abstract class?
What state does a thread enter when it terminates its processing?