what is jms? features of jms
Answers were Sorted based on User's Feedback
Answer / sunita
java message service...to create,send ,read messages...
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / madhavi latha n v
JMS --means java messaging service(used to send messages
from the client to the server asynchronously)A queue object
is to be created to send the messages in the queue. a Jndi
name is used in the client and the server to send.Jms
concept is used in the MessageDriven beans
| Is This Answer Correct ? | 2 Yes | 1 No |
What is java util?
JVM is platform independent or depeneded?
Does set allows null in java?
Can we create an object of private class?
for what purpose we use applets ?
Difference between abstract class and Interfaces?
7 Answers CTS, iFlex, PA Consulting, Sai Softech, Value Chain,
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
can we write program without class
Explain the difference between the public, private, final, protected, and default modifiers?
Describe the term diamond problem.
What is connection class in java?