Does variable declaration allocate memory?
No Answer is Posted For this Question
Be the First to Post Answer
What will be the initial value of an object reference which is defined as an instance variable?
Can you call a private data from an inner class?
How does a cookie work in Servlets?
whats is the use of final,in which situation final can be used in the application?
What is the use of ?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
What is a substring of a string?
Can java inner class be static?
Write a program to print count of empty strings in java 8?
What is the function of http?
How big is a 64 bit float?
Can multiple catch statements be used in exceptions ?