In a multitiered application which tier is the browser in?

Answer Posted / mkj

presentation tire , this for user intraction .

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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!

1356


Is the ternary operator written x : y ? Z or x ? Y : z ?

628


What is message driven beam?

573


what are the activation groupworks?

1667


What is the difference between RMI and Corba?

2245






How is a java object message delivered to a non-java client?

569


What do you need to set-up a cluster with jboss?

565


Which component handles cluster communication in jboss?

616


Which textcomponent method is used to set a textcomponent to the read-only state?

620


What is the relation between the infobus and rmi?

549


Why a client should be multithreading? Explain.

583


Is there a guarantee of uniqueness for entity beans?

562


What is synchronization and why is it important?

532


what is a non-repeatable read?

1819


Are we allowed to change the transaction isolation property in middle of a transaction?

553