Correct Answer: Instance variables are those which are defined at the class level Instance variables need not be initialized before using them as they are automatically initialized to their default values
Correct Answer: Platform independence means that we can write and compile the java code in one platform (Eg Windows) and can execute the class in any other supported platform (Eg Linux,Solaris,etc)