InterviewSolution
Saved Bookmarks
| 1. |
Default value of autoFlush attribute is?(a) true(b) falseI have been asked this question during an online exam.The above asked question is from JSP topic in division Session Management, JSP & API of Java |
|
Answer» RIGHT option is (a) true The explanation is: Default VALUE “true” DEPICTS automatic BUFFER flushing. |
|