Answer Posted / huang
http://java.sun.com/javase/6/docs/jre/api/javaws/jnlp/index.html
The documentation says that
"This class is abstract and final and cannot be instantiated."
for ServiceManager class.
Anyways, the class is not marked as abstract.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
What is difference between throw and throws ?
What does sprintf return?
What is passing by reference in java?
What is passing parameters in java?
What is an example of character?
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
Does java set allow duplicates?
What is array length in java?
Explain wait() method of object class ?
Is sizeof a keyword in java programming?
What is hashmap in java?
What is difference between fail-fast and fail-safe?
What is a lock or purpose of locks in java?
Is nullpointerexception checked or unchecked?
List some features of the abstract class.