3) To comment out a line in JavaScript ...
Precede it with two forward slashes, i.e. '//'
Precede it with an asterisk and a forward slash, i.e. '*/'
Precede it with an asterisk, i.e. '*'
Precede it with a forward slash and an asterisk, i.e. '/*'
Methods that work on the data are called accessor methods.
True
False
4) JavaScript can only run on Windows
Which of the following is NOT a value type?
Struct
Delegate
string
Enumeration
Which of the following are true about Constructors?
Member Function
Same name as Class name
Default constructor initializes all non-initialized fields and variables to zero.
Compiler adds an empty constructor, if we do not write our own constructor
Which is true about applet?
Applet version has main method
GUI components are added explicitly to the Applet
Aplet class is declared private
None of the above
JFC Stands for
Java Foundation Course
Java Fundamental Classes
Java Foundation Classes
Java APIs are libraries of compiled code?