Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA) ,meaning that compiled Java code can run on all platforms that support Java without the need for recompilation. Java applications are typically compiled to bytecode that can run on any Java virtual machine (JVM) regardless of computer architecture. As of 2016, Java is one of the most popular programming languages in use,particularly for client-server web applications, with a reported 9 million developers.[citation needed] Java was originally developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.
The original and reference implementation Java compilers, virtual machines, and class libraries were originally released by Sun under proprietary licences. As of May 2007, in compliance with the specifications of the Java Community Process, Sun relicensed most of its Java technologies under the GNU General Public License. Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java (bytecode compiler), GNU Classpath (standard libraries), and IcedTea-Web (browser plugin for applets).
The latest version is Java 8, which is the only version currently supported for free by Oracle, although earlier versions are supported both by Oracle and other companies on a commercial basis.
Java เป็นภาษาการเขียนโปรแกรมคอมพิวเตอร์เอนกประสงค์ที่พร้อมกัน ชั้นเรียนตามเชิงวัตถุและการออกแบบเฉพาะเพื่อมีการอ้างอิงการใช้น้อยที่สุด มันมีวัตถุประสงค์ที่จะให้นักพัฒนาโปรแกรมเขียนครั้งเดียวรันได้ทุกที่ " ( การใช้งาน ) หมายความว่าคอมไพล์ Java รหัสสามารถทำงานบนแพลตฟอร์มที่สนับสนุน Java โดยไม่ต้อง recompilation . โปรแกรมมักจะเรียบเรียงไบต์โค้ดที่สามารถรันบนเครื่องเสมือน Java ( JVM ) โดยไม่คำนึงถึงสถาปัตยกรรมคอมพิวเตอร์ โดย 2016 , Java เป็นหนึ่งในความนิยมมากที่สุดโปรแกรมภาษาในการใช้งาน โดยเฉพาะอย่างยิ่งสำหรับการใช้งานเว็บไคลเอ็นต์เซิร์ฟเวอร์ ที่มีรายงานว่า 9 ล้านนักพัฒนา . [ อ้างอิงที่จำเป็น ] Java การพัฒนาเดิมโดย เจมส์ กอสลิงที่ Sun Microsystems ( ซึ่งมีตั้งแต่ถูกซื้อโดย Oracle Corporation ) และถูกปล่อยออกมาในปี 1995 เป็นองค์ประกอบหลักของดวงอาทิตย์ นอกจากนี้ " จาวาแพลตฟอร์ม ภาษาที่มามากของไวยากรณ์จาก C และ C + + , แต่มันมีน้อยกว่าในเครื่องของพวกเขาเดิมและอ้างอิงการใช้งานจาวาคอมไพเลอร์ , เครื่องเสมือน , ห้องสมุดและห้องเรียนถูกปล่อยตัวโดย Sun ภายใต้กรรมสิทธิ์ใบอนุญาต . ณ เดือนพฤษภาคม 2550 ในการปฏิบัติตามข้อกำหนดของชวาชุมชนกระบวนการ , Sun relicensed ที่สุดของเทคโนโลยีจาวาของภายใต้ GNU ใบอนุญาตสาธารณะทั่วไป . คนอื่น ๆได้พัฒนาทางเลือกการใช้เทคโนโลยี Sun เหล่านี้เช่น GNU คอมไพเลอร์สำหรับ Java ( ไบต์โค้ดคอมไพเลอร์ ) classpath ( GNU ห้องสมุดมาตรฐาน ) และไอซ์ทีเว็บ ( เบราว์เซอร์ปลั๊กอินสำหรับแอพเพล็ต )รุ่นล่าสุดของ Java 8 ซึ่งเป็นรุ่นเดียวที่รองรับในปัจจุบันฟรีโดย Oracle , แม้ว่ารุ่นก่อนหน้านี้ได้รับการสนับสนุนทั้งจาก Oracle และ บริษัท อื่น ๆบนพื้นฐานเชิงพาณิชย์
การแปล กรุณารอสักครู่..
