Home Page
(current)
Lessons
Articles
Online Programs
Online Programs
->
Programming
->
Programming
Freemarker Template Quiz
10 Questions
15 Questions
20 Questions
30 Questions
Question 1 (1 Points)
`${...}` ใช้เพื่ออะไร?
(1)
แสดงค่าของตัวแปร
(2)
การวนซ้ำ
(3)
การสร้าง directive
(4)
การสร้าง comment
Question 2 (1 Points)
อะไรคือ directive ที่ใช้สำหรับการตรวจสอบเงื่อนไขใน Freemarker?
(1)
`<#if>`
(2)
`<@if>`
(3)
`<#check>`
(4)
`<@condition>`
Question 3 (1 Points)
หากต้องการใช้ macro, directive ใดที่ควรใช้?
(1)
<#def>
(2)
<#function>
(3)
<#macro>
(4)
<#method>
Question 4 (1 Points)
สำหรับการจัดการข้อผิดพลาด, directive ใดที่ใช้บ่อยใน Freemarker?
(1)
<#fail>
(2)
<#error>
(3)
<#break>
(4)
<#attempt>
Question 5 (1 Points)
เมื่อต้องการ include template อื่นภายใน template ปัจจุบัน, ควรใช้คำสั่งใด?
(1)
<@include ...>
(2)
<#import ...>
(3)
<#include ...>
(4)
<@import ...>
Question 6 (1 Points)
สำหรับการสร้าง custom directive ใน Freemarker, คุณควรใช้ keyword ใด?
(1)
<#directive>
(2)
<@directive>
(3)
<#transform>
(4)
<@transform>
Question 7 (1 Points)
วิธีการแสดงตัวแปร `name` คือ?**
(1)
`{name}`
(2)
`$(name)`
(3)
`${name}`
(4)
`[name]`
Question 8 (1 Points)
เมื่อต้องการแสดงค่าตัวแปรใน template ควรใช้สัญลักษณ์ใด?
(1)
${{variable}}
(2)
${variable}
(3)
{variable}
(4)
$(variable)
Question 9 (1 Points)
Freemarker คืออะไร?
(1)
เครื่องมือสำหรับการทำ Web scraping
(2)
Framework สำหรับการพัฒนาเว็บ
(3)
Template engine สำหรับการสร้างเอกสารหรือหน้าเว็บ
(4)
Database management system
Question 10 (1 Points)
Freemarker เป็นอะไร?
(1)
เครื่องมือสำหรับการประมวลผลภาษา Java
(2)
Template engine สำหรับ Java
(3)
Framework สำหรับการพัฒนาเว็บ
(4)
ฐานข้อมูลสำหรับเว็บ
You got
/ 10
Viewers : 5,918
Other Programs
Freemarker Template Quiz
Lessons
Articles
Online Programs