Java Core Introduction презентация
Содержание
- 2. Agenda Introduction to Java Platform. Java SDK Environment and Development Tools
- 3. Introduction to Java Platform James Gosling, Mike Sheridan, and Patrick Naughton
- 4. Introduction to Java Platform Sun distinguishes between its Software Development Kit
- 5. Introduction to Java Platform Specification Java 2 (JDK 1.2) – 1998/1999
- 6. Platform Components JDK = JRE + Development/debugging tools JRE = JVM
- 7. Detailed Diagram of Java Components
- 8. Java JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html
- 9. Install Java In System Variables enter the variable name as JAVA_HOME and
- 10. Install Java java -version
- 11. Java JDK. Entry Point public class Example { public static
- 12. Java JDK
- 13. Java JDK For Compile: javac Example.java Output file: Example.class For Running:
- 14. Program Entry Point public class ShowArgs { public static void main(String[
- 15. Some types of data
- 16. Online Java compiler http://www.tutorialspoint.com/compile_java_online.php https://ideone.com/ https://www.compilejava.net/ http://www.browxy.com/ https://www.jdoodle.com/online-java-compiler
- 17. Environment, Development Tools NetBeans began in 1996 as Xelfi (word play
- 18. Environment, Development Tools JCreator is a Java IDE created by Xinox
- 19. Eclipse
- 20. Eclipse
- 21. Packages Java package is a mechanism for organizing Java classes into
- 22. Packages imports all classes from the package import java.awt.event.*; imports only
- 23. Packages. Java java.lang – basic language functionality and fundamental types java.util
- 24. Packages Package names and type names usually differ. package Vector; public
- 25. Input data To input value during the run time you can
- 26. My first program package com.edu; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader;
- 27. Tasks Create Console Application project in Java. In method main() write
- 28. HomeWork (online course) Please register on UDEMY course "Java Tutorial for
- 29. HomeWork Install JDK and Eclipse. Create Java project. Create console application.
- 30. The end
- 31. Скачать презентацию






























Слайды и текст этой презентации
Похожие презентации