Questions
Which of the following parameters in applet tag specifies the number of milliseconds between each billboard?
- Bgcolor
- Billboards
- Delay
- Finally
- None of these
Which of the following is an example of not equal to operator?
- op1 > = op2
- op1 = = op2
- op1 ! = op2
- op1 < = op2
- None of these
Which of the following classes in Java is used to encapsulate a combo box in an applet program?
- IllegalArgumentException
- JCheckBox
- IllegalMonitorStateException
- JComboBox
- JRadioButton
Which of following operators returns true if the value of one operand is true?
- ! op
- !
- op1 && op2
- op1 || op2
- None of these
Which of the following interfaces in java.beans package allows a designer to provide a graphical user interface through which a bean may be configured?
- InstantiationException
- BeanInfo
- DesignMode
- Customizer
- None of these
Which of the following is used to duplicate the current applet in order to create another AppletViewer instance?
- Start
- Restart
- Reload
- Stop
- Clone
The ___________ is an increment operator which is used to add 1 to the value of the variable.
- **
- ++
- --
- *
- =
Which of the following options closes the AppletViewer window and terminates the applet?
- Restart
- Stop
- Quit
- -classpath
- None of these
Which of the following options specifies that index page is not to be created?
- -notype
- -author
- -nohelp
- -doctype
- -noindex
Which operator is used to compute the remainder of op1 and op2?
- op1 % op2
- op1 * op2
- op1 + op2
- op1/op2
- None of these
Which of the following options causes javadoc to use the author's name in the HTML file?
- -author
- -doctype
- properties
- -noverify
- None of these
Which of the following UNIX commands is used to make copies of files or entire directories?
- cp
- rmdir
- mkdir
- cpio
- None of these
________ option reloads the applets with the changes in the .class file applied.
- Save
- Reload
- Stop
- Print
- None of these
Which of the following commands displays the full absolute path to your current location in the file system?
- mv
- cd
- mkdir
- pwd
- None of these
Which of the following commands is used to find the place where an application program or system utility is stored on a disk?
- cut
- which
- od
- uniq
- None of these