what is the difference between cd & dvd ?
Answer Posted / jyoti
cd stores 700 MB of data.DVD stroes 3-4 Gb of data. now new
DVD can store 40 GB of DVD
| Is This Answer Correct ? | 129 Yes | 43 No |
Post New Answer View All Answers
Why can we not override static method?
Difference between string, string builder, and string buffer?
Where can I find jdk in my computer?
What are the differences between abstract class and interface?
What is array length in java?
What is default constructors?
What is a method in java?
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 passing by reference in java?
What does three dots mean in java?
When do I need to use reflection feature in java?
How do you start a thread?
What is difference between local variable and global variable?
Difference between keyword and identifier.
Can you explain the private protected field modifier?