
what are the steps mandatory to develop a simple java program? what is default value for int type of local variable? what are the keywords available in simple HelloWorld program? Class is a blueprint of similiar objects(True/False)? null is a keyword.True/False?

For developing a simple Java program following steps are mandatory :
The default value for int type local value is 0 (zero). For know about what are the keywords available in Java program go through the following link http://www.roseindia.net/java/example/java/core/hello-world-example.shtml
Class is a blueprint of similar objects : True
null is a keyword : false, null is not a keyword, it is a literal in java.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.