I am new to Java & in my college we r directly being taught the applets. So i have a very simple set of questions since i have not done core Java.please answer them in relation to applets(I have a background in C/C++ also)-----
1) While calling inbuilt functions in Java we can write statements like these- obj_name.method_name() or method_name() or class_name.method_name() (I know this is used when the func is static, so plz tell which type of func are usually static in Applets) . When do we use each of these statements.
2) I am having a lot of problems in remembring which are uppercase/lower case letters in class and inbuilt method names.
Does a class name always start with a capital? And do all the words in function name except the first one start with capitals? I know for both these questions the answer is not always. So which classes & methods dont follow this rule.
Akshey