Show List
Quiz - Ant - 4
Select the right answer for below questions:
Which Ant task is used to filter the contents of a file?
filter
search
replace
find
filter
Which attribute of the filter task specifies the name of the file to be filtered?
file
filename
name
source
file
Which Ant task is used to execute a sequence of tasks in parallel?
parallel
fork
execute
spawn
parallel
Which attribute of the parallel task specifies the tasks to be executed in parallel?
execute
parallelize
tasks
steps
tasks
Which Ant task is used to execute a sequence of tasks sequentially?
sequential
run
execute
serial
sequential
Which attribute of the sequential task specifies the tasks to be executed sequentially?
tasks
execute
parallelize
steps
tasks
Which Ant task is used to load properties from a file?
load
read
property
import
property
Which Ant task is used to compile Java source code?
javac
compile
build
make
javac
Which attribute of the javac task specifies the source directory for the Java source files?
srcdir
sourcepath
destdir
classpath
srcdir
Which Ant task is used to copy files and directories?
copy
move
paste
duplicate
copy
Submit
Retry
{"qz1-217741":"filter","qz1-217742":"file","qz1-217743":"parallel","qz1-217744":"tasks","qz1-217745":"sequential","qz1-217746":"tasks","qz1-217747":"property","qz1-217748":"javac","qz1-217749":"srcdir","qz1-217750":"copy"}
Leave a Comment