What is there in browser that it supports web based
applications of java or any other PL?
Answers were Sorted based on User's Feedback
What is aop(assepct oriented programing)?
Is the ternary operator written x : y ? Z or x ? Y : z ?
what is DGC?
what is a Daemon Thread?
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!
How substring() method of string class create memory leaks?
1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?
What are the steps involved in developing an RMI object?
In a multitiered application which tier is the browser in?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
Define the remote interface?
Is jvm a overhead?