- Java Data Analysis
- John R. Hubbard
- 207字
- 2021-07-02 18:21:43
Why Java?
Java is, as it has been for over a decade, the most popular programming language in the world. And its popularity is growing. There are several good reasons for this:
- Java runs the same way on all computers
- It supports the object-oriented programming (OOP) paradigm
- It interfaces easily with other languages, including the database query language SQL
- Its Javadoc documentation is easy to access and use
- Most open-source software is written in Java, including that which is used for data analysis
Python may be easier to learn, R may be simpler to run, JavaScript may be easier for developing websites, and C/C++ may be faster, but for general purpose programming, Java can't be beat.
Java was developed in 1995 by a team led by James Gosling at Sun Microsystems. In 2010, the Oracle Corporation bought Sun for $7.4 B and has supported Java since then. The current version is Java 8, released in 2014. But by the time you buy this book, Java 9 should be available; it is scheduled to be released in late 2017.
As the title of this book suggests, we will be using Java in all our examples.
- Oracle從入門到精通(第3版)
- 精通Nginx(第2版)
- PHP 從入門到項目實踐(超值版)
- 造個小程序:與微信一起干件正經事兒
- MySQL 8 DBA基礎教程
- Selenium Design Patterns and Best Practices
- Oracle數據庫從入門到運維實戰
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Unity Shader入門精要
- SSM輕量級框架應用實戰
- Java程序設計
- Getting Started with Laravel 4
- 算法設計與分析:基于C++編程語言的描述
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Parallel Programming with Python