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 5514If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
2 5231I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
ID,
1 6354Is 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,
2784
What is autowired in spring boot? : Spring Boot
Where jdbc drivermanager class is used?
What are the components of struts framework?
What does this () mean in constructor chaining concept?
What is difference between fileinputstream and filereader in java?
Why is autowired used?
How can you make the connection using jdbc?
What are design patterns and please explain?
What is the role of class.forname while loading drivers?
Explain url encoding?
How a database driver can be loaded with jdbc 4.0 / java 6?
What are the steps of orm?
What is the list interface?
What is a arraylist in java?
Explain about struts dispatch action?