Tag: technology

Questions Related to technology

  1. Client information

  2. Server information

  3. Container information

  4. Setup information


Correct Option: B

If I want to fill the variable DAY with '01', the variable MONTH with 'January' and the variable YEAR with '2009', which would be a correct way to do so, if the data '01 January 2009' is read from the input screen?

  1. PARSE PULL DAY MONTH YEAR

  2. PULL DATE followed by PARSE VALUE DATE DAY MONTH YEAR

  3. PULL DATE followed by PARSE VALUE DATE WITH DAY MONTH YEAR

  4. PULL DATE followed by PARSE VAR DATE DAY MONTH YEAR


Correct Option: B
  1. JSP files,Class files for servlets

  2. GIF and HTML files

  3. Deployment Descriptor

  4. All of above


Correct Option: D