Answer Posted / chandra rekha
Package in java is a collection of classes and interfaces
that can be reused in any application or applet.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of object oriented programming?
What is split return?
Can we have a try block without catch block?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What do you mean by exception handling in Java?
Can we have more than one package statement in source file ?
What are recursive functions? Give some examples?
What is illegal identifier 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
Which is faster string or stringbuilder?
What are the different types of constructor?
What is the difference between normal report & matrix report?
Why java strings are immutable in nature?
Why do we need data serialization?
What is parse method?