1 / 8

บทที่ 1

บทที่ 1. รู้จักกับภาษาจา วา ( Introduction to Java ). Java คืออะไร. ภาษาโปรแกรมที่พัฒนาขึ้นโดยทีมวิจัยของบริษัท Sun Microsystems ใช้สำหรับการเขียนโปรแกรมเชิงวัตถุ ง่ายต่อการเรียนและเข้าใจ เนื่องจากมีกลไกของภาษาไม่ซับซ้อน ทำงานบนเครื่องคอมพิวเตอร์ที่มีสภาพแวดล้อมต่างกัน

Download Presentation

บทที่ 1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. บทที่ 1 รู้จักกับภาษาจาวา (Introduction to Java)

  2. Java คืออะไร • ภาษาโปรแกรมที่พัฒนาขึ้นโดยทีมวิจัยของบริษัท Sun Microsystems • ใช้สำหรับการเขียนโปรแกรมเชิงวัตถุ • ง่ายต่อการเรียนและเข้าใจ เนื่องจากมีกลไกของภาษาไม่ซับซ้อน • ทำงานบนเครื่องคอมพิวเตอร์ที่มีสภาพแวดล้อมต่างกัน ได้โดยไม่ต้องคอมไพล์ใหม่ (Platform Independent)

  3. Java คืออะไร • เรียกการทำงานของภาษา Java บนเครื่องคอมพิวเตอร์ที่มีสภาพแวดล้อมต่างกันว่า “จาวาแพลตฟอร์ม” (Java Platform)

  4. ชุดเครื่องมือภาษา Java สำหรับจาวาแพลตฟอร์ม • Java 2 Platform, Standard Edition (J2SE) จาวาแอพพลิเคชัน (Java application) จาวาแอพเพลต (Java applet) • Java 2 Platform, Enterprise Edition (J2EE) โปรแกรมแบบมัลติเทียร์(multitiered) สำหรับการพัฒนาโปรแกรมในระดับองค์กร • Java 2 Platform, Micro Edition (J2ME) สินค้าอิเล็กทรอนิกส์ เช่น โทรศัพท์มือถือ ฯลฯ

  5. การทำงานของโปรแกรมภาษา Java

  6. ชุดพัฒนาภาษา Java - J2SE • Java Development Kit • จาวาคอมไพเลอร์ (javac.exe) • สภาพแวดล้อมการรันโปรแกรมจาวา (Java Runtime Environment - JRE) (java.exe) • Download http://java.sun.com Java Development Kit => jdk-7u25-windows-i586.exe Netbeans=> netbeans-7.3.1-windows.exe Java Development Kit + Netbeans => jdk-7u25-nb-7_3_1-windows-i586.exe

  7. เครื่องมือพัฒนาโปรแกรมด้วยภาษา Java • Notepad • EditPlus • NetBeans

  8. การทำงานของโปรแกรม Netbeans

More Related