What is MOM?
Answer / amalendra
MOM stands for Message Oriented Middleware. Generally the
system that provide messaging service is called as MOM, for
example JMS, IBM's MQSeries.
| Is This Answer Correct ? | 3 Yes | 0 No |
Which Taglibraury you used in your project? plz send me ans....which we r using generally
What is a thread?
Explain the different types of memory used by jvm?
whats is mean by class.forName() whats the return type of class
What is Remote Interface?
Name the method to find, if a thread is active or not?
Difference between loadclass and class.forname?
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
If I define a method in JSP scriplet <%..%>, where will it go after translation into a servlet?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
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?
can a static method be overridden