In a multitiered application which tier is the browser in?
Answer Posted / gopid123
Fist tier
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
What is message driven beam?
When a thread blocks on i/o, what state does it enter?
What is the difference between the session.update() method and the session.lock() method?
Explain ioc concept?
Difference between loadclass and class.forname?
Why does the tag url-encode javascript and mailto links?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
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!
Difference between new operator and class.forname().newinstance()?
How task's priority is used in scheduling?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Can I run seam with jdk 1.4 and earlier?
What value does read() return when it has reached the end of a file?
What do you need to set-up a cluster with jboss?
What is ripple effect?