Objective
  §              Understand and learn the basic structure of Java like variable declaration, data type and operator.
    
  Activities
  §              An overview of how the Java run-time works, byte code, need for a JVM.
  §              Understand a simple Java applet and application and show students how to compile and execute.
  §              Cover the basics of the character set, identifiers, primitive types and literals.
  §              An overview of how operators and expressions are written.
    
  Objective
  §              Understand Java IO package and learn how to use it to get input from keyboard.
    
  Activities
  §              How to declare variables and default initial values.
  §              Understand about type compatibility and conversion (Integer.parseInt(), Double.parseDouble()).
  §              How to declare InputStreamReader and BufferedReader class and use it to read user input.
Labels:
Programming Languages (JavaVB)
Objective
§              Understand and learn the basic structure of Java like variable declaration, data type and operator.
Activities
  §              An overview of how the Java run-time works, byte code, need for a JVM.
§              Understand a simple Java applet and application and show students how to compile and execute.
§              Cover the basics of the character set, identifiers, primitive types and literals.
§              An overview of how operators and expressions are written.
Objective
  §              Understand Java IO package and learn how to use it to get input from keyboard.
Activities
  §              How to declare variables and default initial values.
§              Understand about type compatibility and conversion (Integer.parseInt(), Double.parseDouble()).
§              How to declare InputStreamReader and BufferedReader class and use it to read user input.
0 comments:
Post a Comment