Aptitude questions for java (Stages of JAVA Program Module) 

  1. What are the stages in JAVA Program ?
  2. To write a code what can we used ?
  3. How we save the java program ?
  4. What is meaning of compilation in java program ?
  5. Which error is found in the stage of compilation of Java program ?
  6. What is the Syntax Error ?
  7. What is the meaning of Semantic Error ?
  8. How can we compile the Java file ?
  9. Which syntax is used to compile the java file ?
  10. What we can found in the class file ?
  11. If there is no errror in the stage of compilation then what we will get ?
  12. The Byte-code is human readable ? (yes/no)
  13. class file contains __________.
  14. Define run time error ?
  15. What is the memory mistake in the stage execution ?
  16. Which syntax is used to execute the java file ?