What is equalent ScriptLINK command for "filestat"
=
?
@
+
What is the output for the following expression = ceil {-4.5}
5
-4
4
-5
What command should be used to ask the user a question which requires a yes or no response?
what
yes
prompt
In the command search-string parameter -s is used for
Name of textbuffer in which each line of that does not contain
Name of textbuffer in which the line numbers of that
All the above
None of the above
Java is developed by
Dennis Ritchie
Bjarne Stroustrup
James Gosling
Paul Allen
Java was intially called as
green
Oak
bean
applet
Which is not the scripting language
Java Tcl
JRuby
Sleep
JavaOne
Which is not the keyword
java
boolean
super
this
How do you write an infinite loop using the for statement
while(true){ }
for(i=0;i>1;i--){ i++ }
for ( ; ; ) { }
while(false){ }