servlet7

servlet7

what is return type of getParameterNames() method?

View Answers

March 8, 2017 at 12:03 PM

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


March 8, 2017 at 12:02 PM

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


March 8, 2017 at 12:03 PM

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









Related Tutorials/Questions & Answers:
servlet7
servlet7  what is return type of getParameterNames() method

Ads