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 5511If i learn Java, what kind of applications can i create that will help Banking, Retail, Hotel, Logistics industry.
2 5226I facing problems while explaining project details in the interview...... can any tell complete project architecture that followed in companies
ID,
1 6352Is 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
How can we find the sum of two linked lists using stack in java?
How does a spring house work?
Why pass by reference is not possible in java?
What is object class in java?
Explain restrictions for using anonymous inner classes?
Is heap stored in ram?
How are multiple inheritances done in Java?
How to display names of all components in a Container?
Is special character in java?
How to write a program to call the store procedure of oracle that takes no parameter?
Does spring boot need web xml? : Spring Boot
Difference between notify() method and notifyall() method in java?
What is j2ee and j2se?
What is conversational state?
Is jdbc faster than odbc?