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
Is hashset sorted in java?
What is pass by value?
Explain methods specific to list interface?
Which are different kinds of source code?
What are pass by reference and pass by value?
What is the use of object and class classes?
What is the purpose of encapsulation?
what is the difference between preemptive scheduling and time slicing? : Java thread
How do you create immutable object in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What are the string methods in java?
What are the advantages and disadvantages of object cloning?
What does string mean in java?
does java support pointers?
What is bitwise complement?