Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
3 5503If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
2 5218I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
ID,
1 6348Is 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
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
CTS,
2777
How many bytes is a string?
How to rectify errors in java servlet while compilation?
Explain the various types of locking system in jdbc?
List the key components of hibernate.
Should I use orm or not?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Which collection is ordered in java?
How does ioc work in spring?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
Differentiate between class and structure.
What are the benefits of Struts framework?
Explain spliterator in java8?
What is the purpose of object oriented programming?
What are the fetching strategies supported by hibernate?
What is digest authentication?