41.What is <jsp:getProperty> action? The getProperty action is used to retrieve the value of a given property and converts it to a string, and finally inserts it into the output.
December 2015
- Interview Questions and AnswersJSPTechnical Interview Questions and Answers
- Interview Questions and AnswersJSPTechnical Interview Questions and Answers
JSP Interview Questions and Answers For Graduates Part-4
by Sby S31.What is session attribute? The session attribute indicates whether or not the JSP page uses HTTP sessions. A value of true means that the JSP page has access to a …
- Interview Questions and AnswersJSPTechnical Interview Questions and Answers
JSP Interview Questions and Answers For Graduates Part-3
by Sby S21.What happens when buffer is set to a value “none”? When buffer is set to “none”, servlet output is immediately directed to the response output object.
- Interview Questions and AnswersJSPTechnical Interview Questions and Answers
JSP Interview Questions and Answers For Graduates Part-2
by Sby S11.What are JSP expressions? A JSP expression element contains a scripting language expression that is evaluated, converted to a String, and inserted where the expression appears in the JSP file. …
- Interview Questions and AnswersJSPTechnical Interview Questions and Answers
JSP Interview Questions and Answers For Graduates Part-1
by Sby S1.What is JSP? JavaServer Pages (JSP) is a technology for developing web pages that support dynamic content which helps developers insert java code in HTML pages by making use of …
- Interview Questions and AnswersJCLTechnical Interview Questions and Answers
JCL Interview Questions and Answers For Freshers Part-5
by Sby S41.Which parameter is use to declare the name of dataset in DD statement? DSN(Dataset Name) is used to declare the name of dataset in a DD statement.
- Interview Questions and AnswersJCLTechnical Interview Questions and Answers
JCL Interview Questions and Answers For Freshers Part-4
by Sby S31.Which parameter is used to check the syntax of a JCL without executing it? TYPRUN = SCAN checks the syntax errors of the JCL without executing it.
- Interview Questions and AnswersJCLTechnical Interview Questions and Answers
JCL Interview Questions and Answers For Freshers Part-3
by Sby S21.What is a JCL? JCL stands for Job Control Language which provides the specifications necessary to process a job. It is a set of control statements which provides the specifications …
- Interview Questions and AnswersJCLTechnical Interview Questions and Answers
JCL Interview Questions and Answers For Freshers Part-2
by Sby S11.How to do automated RESTART when a job abends? Using RD parameter in JOB/EXEC statement. The abend codes for which RESTART need to be performed can be mentioned in the …
- Interview Questions and AnswersJCLTechnical Interview Questions and Answers
JCL Interview Questions and Answers For Freshers Part-1
by Sby S1.There is a concatenated input DD name with 3 datasets. How to override only one dataset in those 3 datasets? Specify DD DUMMY in the overriding JCL for the ones, …