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
Does collectionutils isempty check for null?
Can a top level class be private or protected?
What about features of local inner class?
What is a stack class in java ?
why are there separate wait and sleep methods? : Java thread
Explain about field hiding in java?
What are runtime exceptions?
What is array length in java?
what is optional in java 8?
Is string passed by reference in java?
Can we make a constructor final?
Is it possible to compare various strings with the help of == operator?
What is abstract class? Explain
Explain about serializable interface in java?
What do you mean by JVM?