What is the default value of the local variables?
Why main() method is public, static and void in java ?
What are the disadvantages of using inner classes?
What if I write static public void instead of public static void in java?
What is listnode in java?
What is meant by serialisation and deserialisation?
Explain what is Marker interface?
Which of the following can be referenced by a variable? A. The instance variables of a class only B. The methods of a class only C. The instance variables and methods of a class
What is the meaning of flag day?
Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.
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
if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.
what methods would you overwrite in java.lang.object class?