what is meant by HQL?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can an interface implement another interface?

0 Answers  


Can a class be declared as static?

0 Answers  


Can we declare a class as abstract without having any abstract method?

0 Answers  


Is oracle charging for java?

0 Answers  


how 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

0 Answers   Google,






Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?

1 Answers  


What is bool mean?

0 Answers  


What are the OOAD concepts in java explain with examples?

4 Answers   Aricent, CTS,


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


Difference between a MenuItem and a CheckboxMenuItem?

1 Answers  


What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?

4 Answers  


How can constructor chaining be done using this keyword?

0 Answers  


Categories