In a multitiered application which tier is the browser in?
Answer Posted / ajish
Browser and enhancements(applets,applictions) are in the
client tier
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How is a java object message delivered to a non-java client?
Is it possible to stop the execution of a method before completion in a sessionbean?
what is meant by JRMP?
What is metaspace?
What class is used to create Server side object ?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is Remote Server?
which type of objects reference will be given to client?
What is difference between object state and behavior?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Explain the difference between object state and behavior?
Name the class that is used to bind the server object with RMI Registry?
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 are transaction attributes?
How substring() method of string class create memory leaks?