In a multitiered application which tier is the browser in?
Answer Posted / shubhangi
first tier
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is aop(assepct oriented programing)?
whats is mean by tiles in struts
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 method is invoked to cause an object to begin executing as a separate thread?
What are the different algorithms used for clustering?
What is the relation between the infobus and rmi?
How will you pass parameters in RMI? Why do you serialize?
What is the difference between system.out ,system.err and system.in?
What is ripple effect?
What are various types of class loaders used by jvm?
What is the difference between the string and stringbuffer classes?
Describe activation process?
How is a java object message delivered to a non-java client?
Name the class that is used to bind the server object with RMI Registry?
Can I use javascript to submit a form?