Explain about java sdk?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class be private in java?
What is the meaning of find and replace?
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 is the difference between yielding and sleeping? : Java thread
What is floor in java?
Why can we not override static method?
What modifiers are allowed for methods in an interface?
How many return statement are allowed in a function?
Explain the difference between jvm and jre?
What is array list in java?
What are namespaces in java?
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?