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
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What are the design considerations while making a choice between using interface and abstract class?
What restrictions are placed on the values of each case of a switch statement?
What is a class loader? What are the different class loaders used by jvm?
How database connectivity in XML is achieved?
Which textcomponent method is used to set a textcomponent to the read-only state?
Define aop(assepct oriented programing)?
Explain the advantages and disadvantages of detached objects.
Is the ternary operator written x : y ? Z or x ? Y : z ?
Difference between new operator and class.forname().newinstance()?
What is the difference between a static and a non-static inner class?
What happens when a thread cannot acquire a lock on an object?
What is the difference between the session.get() method and the session.load() method?
What modifiers may be used with an interface declaration?
Explain the different types of memory used by jvm?