Maria4
May 3rd, 2000, 09:35 AM
Hi,
In java programmers certification they ask us to write some keyword(just like fill in the blanck).
Now my question is
1.whether we should enclose our answer in double quotes ex. if answer is abstract
then it should be like "abstract" or just abstract
2. If the want us to write method name
Ex actionPerformed
Which is the correct answer
a. actionPerformed()
b. actionPerformed
c. "actionPerformed()"
3. If it is statement then it should end with semicolon, Programs with curley braces
Ex.
1.class Hello{ }
2. class Hello
3. "class Hell0{}"
Which one is the write answer. Is there any way i can find out these things?
Gurus please let me know.
Thanks in advance
In java programmers certification they ask us to write some keyword(just like fill in the blanck).
Now my question is
1.whether we should enclose our answer in double quotes ex. if answer is abstract
then it should be like "abstract" or just abstract
2. If the want us to write method name
Ex actionPerformed
Which is the correct answer
a. actionPerformed()
b. actionPerformed
c. "actionPerformed()"
3. If it is statement then it should end with semicolon, Programs with curley braces
Ex.
1.class Hello{ }
2. class Hello
3. "class Hell0{}"
Which one is the write answer. Is there any way i can find out these things?
Gurus please let me know.
Thanks in advance