What are the basic interfaces of java collections framework?
No Answer is Posted For this Question
Be the First to Post Answer
What are the Static and Dynamic Variables? Differentiate them.
Can we call virtual funciton in a constructor ?
In the below example, how many string objects are created?
What is an iterator java?
What is difference between “==” and equals()?
Does java support Operator Overloading?
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 difference between static class and normal class?
what are upcasting and downcasting?
Can you explain the usages of class.forname()?
How are this() and super() used with constructors?
What is command line argument