Variable of the boolean type is automatically initialized as?
No Answer is Posted For this Question
Be the First to Post Answer
how to make the double-tone class ? as we have singletone class..?
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
What are JVM.JRE, J2EE, JNI?
Difference between concurrent hashmap and hashtable and collections
When is an object in the mean to garbage collection?
What are 3 boolean operators?
Can we overload the constructors?
Does java vector allow null?
How do you do descending order in java?
State some situations where exceptions may arise in java?
What is string :: npos?
What is ternary operator? Give an example.