What is object in java?
Answer / Karuna Shanker Dixit
An Object in Java is an instance of a class. It represents the real-world entities by associating data and behaviors with them.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a stringbuilder?
Can we have try block without catch block?
What is hypertext?
What is java virtual machine? Explain
Explain the reason behind ending a program with a system.exit(0)?
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 check p object in java
Why all programming languages have main as a execution starting point?
Why are the methods of the math class static?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What is hashing principle in java?
What is used of static keyword in java?