Is there a jre for java 11?


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

Post New Answer

More Core Java Interview Questions

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,


How to stop a thread in java? Explain about sleep () method in a thread?

0 Answers  


How to create two different thread class inside a main function?

1 Answers  


What is a java applet? What is an interface?

0 Answers  


What is off heap memory?

0 Answers  






What is difference between checked and unchecked exception in java?

0 Answers  


Difference between static and dynamic class loading.

0 Answers  


What are MalformedURLException and UnknownHost Exceptions and whey they will be thrown?

2 Answers  


what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


why marker interfaces are there in java

4 Answers   Digital Group,


Describe different states of a thread.

0 Answers  


What is array length?

0 Answers  


Categories