In a multitiered application which tier is the browser in?
Answer Posted / 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 |
Post New Answer View All Answers
What is message driven beam?
Where can I find seam examples and documentation?
What is scalable, portability in the view of J2EE?
What are the different class loaders used by jvm?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What you mean by COM and DCOM?
What is the difference between a static and a non-static inner class?
How can I scroll through list of pages like the search results in google?
Where can I ask questions and make suggestions about seam?
Why won’t the jvm terminate when I close all the application windows?
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 in-memory replication?
How primary key is implemented in Oracle?
Explain what is synchronization?
What is the difference between RMI registry and OS Agent?