หน้าแรก
(current)
บทเรียน
บทความ
โปรแกรมออนไลน์
โปรแกรมออนไลน์
->
โปรแกรมมิ่ง
->
โปรแกรมมิ่ง
แบบทดสอบ Freemarker Template
10 คำถาม
15 คำถาม
20 คำถาม
30 คำถาม
คำถามข้อที่ 1 (1 คะแนน)
ตัว directive ไหนใช้สำหรับการกำหนดเงื่อนไข?**
(1)
<#switch>
(2)
<#case>
(3)
<#if>
(4)
<#condition>
คำถามข้อที่ 2 (1 คะแนน)
Freemarker คืออะไร?
(1)
JavaScript Framework
(2)
CSS Preprocessor
(3)
Java Template Engine
(4)
Database Management System
คำถามข้อที่ 3 (1 คะแนน)
ภายใน template, การเข้าถึง element ของ map ที่มี key เป็น "name" คือ ...
(1)
${map[name]}
(2)
${map.name}
(3)
map.get(name)
(4)
map->name
คำถามข้อที่ 4 (1 คะแนน)
เมื่อต้องการใช้ conditional statement ใน Freemarker ควรใช้ directive ใด?
(1)
<#if>
(2)
<#check>
(3)
<#condition>
(4)
<#verify>
คำถามข้อที่ 5 (1 คะแนน)
ในการรวม templates หรือการใช้ nested templates, directive ใดที่ควรใช้?
(1)
<#include>
(2)
<#import>
(3)
<#nest>
(4)
<#embed>
คำถามข้อที่ 6 (1 คะแนน)
อะไรคือ directive สำหรับการตรวจสอบเงื่อนไขใน Freemarker?**
(1)
`<#if>`
(2)
`<#check>`
(3)
`<#condition>`
(4)
`<#verify>`
คำถามข้อที่ 7 (1 คะแนน)
วิธีไหนที่ถูกต้องสำหรับการเข้าถึง value ของ key `name` ใน map `user`?
(1)
user.name
(2)
user{name}
(3)
user[name]
(4)
user-name
คำถามข้อที่ 8 (1 คะแนน)
Freemarker เป็นอะไร?
(1)
เครื่องมือสำหรับการประมวลผลภาษา Java
(2)
Template engine สำหรับ Java
(3)
Framework สำหรับการพัฒนาเว็บ
(4)
ฐานข้อมูลสำหรับเว็บ
คำถามข้อที่ 9 (1 คะแนน)
สำหรับการจัดการข้อผิดพลาด, directive ใดที่ใช้บ่อยใน Freemarker?
(1)
<#fail>
(2)
<#error>
(3)
<#break>
(4)
<#attempt>
คำถามข้อที่ 10 (1 คะแนน)
หากต้องการใช้ macro, directive ใดที่ควรใช้?
(1)
<#def>
(2)
<#function>
(3)
<#macro>
(4)
<#method>
คุณได้
/ 10
จำนวนคนดู : 9,174
โปรแกรมอื่นๆ
แบบทดสอบ Freemarker Template
บทเรียน
บทความ
โปรแกรมออนไลน์