
- Forum
- Programming Talk
- Java
- Return Type
Return Type
This is a discussion on Return Type within the Java forums, part of the Programming Talk category; What is the return type of isAutoFlush method of out object in JSP.Is it a integer or a Boolean type.I ...
-
Return Type
What is the return type of isAutoFlush method of out object in JSP.Is it a integer or a Boolean type.I am confused.Someone help me out.
-
The returned value from the method isAutoFlush method of out object in JSP is Boolean value of true or false.
-
02-13-2007, 06:40 AM #3
- Join Date
- Feb 2007
- Location
- Mangalore India
- Answers
- 1
isAutoFlush method returns boolean either true or false
-
02-16-2007, 10:41 AM #4
- Join Date
- Feb 2007
- Answers
- 1
Return type of isAutoFlush() in JSP is boolean. By default it returns true.
-
Sponsored Ads

Reply With Quote





