Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
1 1061Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
1 1115Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
1 1046Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
1 1063
Can we assign integer value to char in java?
What is java actionlistener?
What is around advice in spring?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Is swing still used in java?
What are anonymous inner classes?
How many types of design patterns are there?
What is a buffer in java?
How to import ejb project in eclipse?
What is bidirectional mapping in hibernate?
Is java same as core java?
Is there any way to find whether software installed in the
system is registered by just providing the .exe file?
I have tried the following code but its just displaying the
directory structure in the registry.
Here the code :
package com.msi.intaller;
import java.util.Iterator;
import ca.beq.util.win32.registry.RegistryKey;
import ca.beq.util.win32.registry.RootKey;
public class RegistryFinder {
public static void main(String... args) throws Exception
{
RegistryKey.initialize(RegistryFinder.class.getResource("jRe
gistryKey.dll").getFile());
RegistryKey key = new RegistryKey(RootKey.HKLM,
"Software\\ODBC");
for (Iterator
What is tcp ip in java?
How do java applications access the database using jdbc?
Can we deploy jar in weblogic?