How messaging services are done, before release of JMS?
No Answer is Posted For this Question
Be the First to Post Answer
Can constructors be synchronized in java?
I wantr to know, How many number of users logged in to website? can any one answer
What is aop(assepct oriented programing)?
What are different types of layout managers in java.awt package?
what is the Remote Stub?
how to get value in combo for updation?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
How many ways can a thread be used?
the advantages of polymorphic
What is permgen or permanent generation?
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 is the relationship between local interfaces and container-managed relationships?