Tag: programming languages
Questions Related to programming languages
-
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. '/*'
-
Struct
-
Delegate
-
string
-
Enumeration
-
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
-
Applet version has main method
-
GUI components are added explicitly to the Applet
-
Aplet class is declared private
-
None of the above
-
Java Foundation Course
-
Java Fundamental Classes
-
Java Foundation Classes
-
None of the above
-
Struct
-
Delegate
-
string
-
Enumeration