what is return type of getParameterNames() method?
Hi,
Signature of the function is:
public java.util.Enumeration getParameterNames()
Its return type is java.util.Enumeration.
The returned value is the object of java.util.Enumeration which contains names of all the parameters contained in the request object.
Thanks
Hi,
Signature of the function is:
public java.util.Enumeration getParameterNames()
Its return type is java.util.Enumeration.
The returned value is the object of java.util.Enumeration which contains names of all the parameters contained in the request object.
Thanks
Hi,
Signature of the function is:
public java.util.Enumeration getParameterNames()
Its return type is java.util.Enumeration.
The returned value is the object of java.util.Enumeration which contains names of all the parameters contained in the request object.
Thanks
Ads