Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?
5 11388how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
2436Is 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
Post New Google Core Java Interview Questions
What is accounting & why it is used?
Is candidate a key?
What does ctrl shift z do?
Which is best linux for beginners?
Explain how you can access to corba objects in orbix?
What do you mean by request dispatcher in servlet? Also explain its methods.
How to create a table in word 2016?
what is indian economics?
What is aws cloud security?
hello, i am going to face interview for the post of assistant professor (management)in a university in a couple of days plaease suggest questions and answers foe the same.
What is the force needed to accelerate a mass of one kilogram one meter per second per second?
How is xsl used for xml?
What according to you are the qualities that an hr executive/manager must have?
Explain about pre activity?
What does webkit mean in css?