Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
1 997What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic
1 1102An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic
1 1046Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
1 1212The multicast ttl setting for a cluster in the weblogic admin console sets which of the values? : BEA Weblogic
1 1205Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
1 1041I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
1 1080
How can you inject java collection in spring?
What do you know about validation plugin ?
What is the difference between filters and interceptors ?
what are the different modes of archival? Explain each mode in two lines each?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
How to create a base64 decoder in java8?
What is java string pool?
What is a constructor overloading in java?
What is the difference between equals() and == in java?
Write a program to print count of empty strings in java 8?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is lazy class?
What is difference between @controller and @restcontroller in spring?
What is latest hibernate version?
What are the differences between heap and stack memory in java?