In a multitiered application which tier is the browser in?
Answer Posted / 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 |
Post New Answer View All Answers
Explain about local interfaces.
What restrictions are placed on the location of a package statement within a source code file?
Do we need to override service() method
What is RMI and what are the services in RMI?
What is the difference between session and entity beans?
What is prototype?
What do you need to set-up a cluster with jboss?
Explain what is synchronization?
Can I use multiple html form elements with the same name?
What is the difference between RMI registry and OS Agent?
Explain the steps in details to load the server object dynamically?
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!
How messaging services are done, before release of JMS?
what is an isolation level?
What method is invoked to cause an object to begin executing as a separate thread?