Webteach.net
Answer the following questions:
- Which is the first method executed by Java?
- How do you create a single line comment?
- State the five data types introduced to date
- How is the following expression read in Java?
int mark = 76;
- Is = the same as == ? Why not, explain.
- What symbol is used to concatenate variables and strings?
- For every opening curly bracket there is always a........
- What convention should be followed when naming classes?
- What convention should be followed when naming variables of more than one word?