Home Backend Development PHP Tutorial Is PHP more popular than Java?

Is PHP more popular than Java?

Aug 08, 2016 am 09:33 AM
ibm java oracle php

Netscape co-founder Marc Andreessen predicted at the Zend/php conference held on Wednesday (10/19) that the simple PHP descriptive language writing tool will be more popular than Java in the development of Web-based applications.

After Sun Microsystems released Java in 1995, Java's friendly interface made it easier for engineers to design software and was welcomed by engineers. However, over the past ten years, powerful functions have been added to Java one after another, making it become Not easy to operate. Marc Andreessen pointed out that today's Java may be more difficult to learn than C++. At the same time, PHP inherits the simple spirit of Java and creates a program development environment that is easier to use than Java.

PHP is an open source project, which includes a descriptive language engine that can simplify programs and a large link library. There are also companies that specialize in developing PHP. For example, Zend sells PHP suite products, program writing tools, and technical support services.

Andreessen's views may be difficult to win over Java advocates, because there are still millions of engineers around the world who specialize in Java, and hundreds of companies participate in the Java Community PROcess (JCP), where they jointly control the fate of Java. . However, even IBM, which vigorously supports Java and even uses Java as the core of WebSphere server software, believes that PHP has a better future than Java.

Rod Smith, vice president of IBM's New Network Technology Division, said that "simplicity" is the biggest feature of PHP, and it will not add new language features in order to compete with other languages. This is obviously not the case with Java.

Moreover, PHP's power is not small. Currently, about 22 million websites use PHP, including well-known websites such as Yahoo! and Lufthansa. The number continues to increase, and there are 450 software engineers with the right to review any software on PHP software. change.

Compared with Java, PHP has more limited scope of use. It can only be used on network servers. Unlike Java, it can be used on network servers, personal computers, mobile phones, chip cards or other devices.

In addition to competing with each other in some aspects, Java and PHP also rely on each other to a certain extent. Ken Jacobs, vice president of product strategy at Oracle, said that even though Oracle sells Java server and database software that can run both Java and PHP, it is adding an additional new feature to Java so that the two software projects can work together. ;More specifically, Java Specification Requirement 223 (JSR 223) will "help build the bridge between the Java community and the PHP community."

Marc Andreessen, who just recently launched "Ning", a website that can share photos and other content, also said that now Ning also runs both Java and PHP. The core system is composed of Java. All visible applications on the site are written in PHP. , Java is more like the operating system level.

Like other open source projects such as Linux and Apache, PHP is currently being protected by major players in the computer industry. IBM and Oracle are both committed to developing programs that allow PHP software to retrieve their databases. In fact, IBM and Oracle act like they are endorsing PHP. Even these two major companies support PHP, which proves that PHP may be a good thing.

The above has introduced whether PHP is more popular than Java, including aspects of it. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1269
29
C# Tutorial
1249
24
The Continued Use of PHP: Reasons for Its Endurance The Continued Use of PHP: Reasons for Its Endurance Apr 19, 2025 am 12:23 AM

What’s still popular is the ease of use, flexibility and a strong ecosystem. 1) Ease of use and simple syntax make it the first choice for beginners. 2) Closely integrated with web development, excellent interaction with HTTP requests and database. 3) The huge ecosystem provides a wealth of tools and libraries. 4) Active community and open source nature adapts them to new needs and technology trends.

Oracle's Role in the Business World Oracle's Role in the Business World Apr 23, 2025 am 12:01 AM

Oracle is not only a database company, but also a leader in cloud computing and ERP systems. 1. Oracle provides comprehensive solutions from database to cloud services and ERP systems. 2. OracleCloud challenges AWS and Azure, providing IaaS, PaaS and SaaS services. 3. Oracle's ERP systems such as E-BusinessSuite and FusionApplications help enterprises optimize operations.

MongoDB vs. Oracle: Choosing the Right Database for Your Needs MongoDB vs. Oracle: Choosing the Right Database for Your Needs Apr 22, 2025 am 12:10 AM

MongoDB is suitable for unstructured data and high scalability requirements, while Oracle is suitable for scenarios that require strict data consistency. 1.MongoDB flexibly stores data in different structures, suitable for social media and the Internet of Things. 2. Oracle structured data model ensures data integrity and is suitable for financial transactions. 3.MongoDB scales horizontally through shards, and Oracle scales vertically through RAC. 4.MongoDB has low maintenance costs, while Oracle has high maintenance costs but is fully supported.

The Compatibility of IIS and PHP: A Deep Dive The Compatibility of IIS and PHP: A Deep Dive Apr 22, 2025 am 12:01 AM

IIS and PHP are compatible and are implemented through FastCGI. 1.IIS forwards the .php file request to the FastCGI module through the configuration file. 2. The FastCGI module starts the PHP process to process requests to improve performance and stability. 3. In actual applications, you need to pay attention to configuration details, error debugging and performance optimization.

What happens if session_start() is called multiple times? What happens if session_start() is called multiple times? Apr 25, 2025 am 12:06 AM

Multiple calls to session_start() will result in warning messages and possible data overwrites. 1) PHP will issue a warning, prompting that the session has been started. 2) It may cause unexpected overwriting of session data. 3) Use session_status() to check the session status to avoid repeated calls.

Composer: Aiding PHP Development Through AI Composer: Aiding PHP Development Through AI Apr 29, 2025 am 12:27 AM

AI can help optimize the use of Composer. Specific methods include: 1. Dependency management optimization: AI analyzes dependencies, recommends the best version combination, and reduces conflicts. 2. Automated code generation: AI generates composer.json files that conform to best practices. 3. Improve code quality: AI detects potential problems, provides optimization suggestions, and improves code quality. These methods are implemented through machine learning and natural language processing technologies to help developers improve efficiency and code quality.

What does 'platform independence' mean in the context of Java? What does 'platform independence' mean in the context of Java? Apr 23, 2025 am 12:05 AM

Java's platform independence means that the code written can run on any platform with JVM installed without modification. 1) Java source code is compiled into bytecode, 2) Bytecode is interpreted and executed by the JVM, 3) The JVM provides memory management and garbage collection functions to ensure that the program runs on different operating systems.

How does MySQL differ from Oracle? How does MySQL differ from Oracle? Apr 22, 2025 pm 05:57 PM

MySQL is suitable for rapid development and small and medium-sized applications, while Oracle is suitable for large enterprises and high availability needs. 1) MySQL is open source and easy to use, suitable for web applications and small and medium-sized enterprises. 2) Oracle is powerful and suitable for large enterprises and government agencies. 3) MySQL supports a variety of storage engines, and Oracle provides rich enterprise-level functions.

See all articles