Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?
1 2191Can JMS utilities automatically re-establish a connection if one side of the communication link (i.e. an application that's sending/receiving messages) goes down and is restarted? Are there APIs to help detect that the other side broke a connection (went down)?
1 2334
What is class array in java?
Which is faster string or stringbuilder?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What is a cookie What is the difference between session and cookie
Write a factorial program using recursion in java?
What is the meaning of batch updates?
Explain java heap space and garbage collection?
What are the different types of ejb?
What is java instanceof operator?
What is use of dao design pattern?
What are the major drawbacks of external iteration?
Explain about point to point?
How many types of literals are there in JAVA?
Explain about Connection factory interface?
What are the advantages of database connection pooling?