Chapter 1441 The Birth of Java Computer Programming Language Shocked the World!
That afternoon.
After Bezos signed an acquisition contract with the Imperial Group and Mr. Merlis, the cabinet general manager of the Imperial Group, that is to say, the Kadabra company founded by the Bezos couple has been acquired by the Imperial Group.
Among them, the acquisition agreement is very clear.
Imperial Group will own 80% of the original Kadabra Company, the new Amazon Company.
The Bezoses own 20% of the new Amazon.
Among them, Imperial Group acquired this company for US$100 million.
Among them, the Bezoses will stay at Amazon as leaders, and he will not be able to leave the company unless Sir Yang and Imperial Group agree.
In other words, Bezos not only got the money, he and his wife will become the new billionaires of country M, but also introduced the huge company Empire Group to develop this e-commerce company.
Bezos is very pleased with this.
Before Bezos left the Empire Group, Meris told him that the Empire Group would not interfere with anything other than the fact that the Empire Group would send two financial personnel to Amazon.
Bezos is very satisfied with these.
Bezos was sent to Xiangjiang New International Airport in Ou that night.
Bezos also took the nearest flight and will return to San Francisco and then transfer from San Francisco back to Seattle.
. . .
Repulse Bay mid-level villa.
Mai Li Si came to see the boss Sir Yang.
In the study room on the third floor.
Merith is still very surprised, why does the boss value that Bezos so much?
Melis could tell at a glance that the Empire Group acquired the unknown company, which was the Amazon company that the boss renamed. In fact, in his opinion, the boss was equivalent to spending $100 million to buy Bezos. .
One hundred million dollars!
Judging from Meris's current salary and benefits, he is already the highest-paid professional manager in the world. He feels that his boss still values Bezos very much.
In addition, the company's model is similar to the original boss's acquisition of Oracle.
"Boss, after that Mr. Bezos signed the acquisition agreement with our Empire Group, he has left Xiangjiang and flew back to Seattle."
"Just sign it."
"Boss, do you really value this Bezos so much?" Melis asked.
"Merith, when you got along with him, did you feel there was anything different about him?"
what is the difference?
Meris has met quite a few people.
Some people will find that the other person is different at first sight.
As for Bezos, who graduated from a prestigious school, he does feel something is different.
Yang Ming knew very well that the multi-trillion-dollar e-commerce giant that Bezos controlled in his previous life was the same as Microsoft’s Bill Gates, Google’s Brin, Oracle’s Ellison, and Tesla’s Ma Sk and others, these people are all of the same type, and they are also some of the richest people in the world.
It was like that in Yang Ming's previous life, and now, he feels that these people are still like that. They are elites, and their eyes are different from ordinary people.
Just like now, even if Yang Ming does not interfere, Bezos will definitely still establish an e-commerce online bookstore company with his wife. As for whether it can develop into an Amazon e-commerce giant like his previous life, it is difficult to say.
"He is the same type of person as Ellison, so the $100 million is still worth it."
Like Ellison?
Melis was really surprised.
However, he knew that his boss was far better at judging people than he was.
Of course, in any case, Yang Ming has become more cautious in doing things. He will not and cannot put all his eggs in one basket when investing.
Like this time, in addition to investing in Bezos.
In fact, Yang Ming is also preparing to invest in more e-commerce.
He will even let people set up companies such as eBay.
In addition, he will also ask people to finance more e-commerce companies. As for which of these companies can rise in the future, he thinks it doesn't matter. As long as the Imperial Group and he are the major shareholders, then all this wealth will fall into his hands. inside the pocket.
For Bezos, he just invested further.
In the past few days, Melisi, Huo Jianning, Ma Shimin, Wei Li and others have been secretly acquiring the last outstanding foreign businessman in Hong Kong.
However, the outside world doesn’t know yet.
Imperial Group and Sir Yang are already making acquisitions of Yingzhijie Foreign Company.
"Boss, we are conducting the acquisition of Yingzhijie Foreign Company in secret."
"We will announce it after the successful acquisition."
The acquisition of Yingzhijie Foreign Investment Co., Ltd. involved hundreds of billions of Hong Kong dollars, which was the largest scale acquisition in Hong Kong since the 1980s and even the 1990s.
Yang Ming and Mai Lisi finished talking about this matter.
Mai Li Si also went back to the company first.
After Merlis left, Yang Ming was still standing at the window.
"gentlemen."
A voice came from behind.
Yang Ming knew that it was Lin Zhiling who came in without looking.
"Dr. Lin is here to see you."
Dr. Lin?
Yang Ming knew that he was the first Chinese doctor invited back by Yuan Tianfan in Xiangjiang Science and Technology Park, and he was also one of the main leaders of Xiangjiang Science and Technology Park.
Yang Ming went downstairs in person.
Soon, I saw Dr. Lin.
"Boss, we have an important and happy event."
"What happy event?"
】
"The Java computer programming language was officially born in our laboratory."
Java language?
Anyone who has studied computer science knows that the Java language is a very important language in computer programming.
Java is an object-oriented programming language. It not only absorbs the advantages of C++, but also abandons the difficult-to-understand concepts of multiple inheritance and pointers in C++. Therefore, Java has two characteristics: powerful and easy to use.
As a representative of static object-oriented programming languages, Java has implemented object-oriented theory very well, allowing programmers to perform complex programming in an elegant way of thinking.
Java has the characteristics of simplicity, object-oriented, distributed, robust, secure, platform-independent and portable, multi-threaded, and dynamic.
Java can write desktop applications, Web applications, distributed systems, and embedded system applications.
Its official birth has great commercial value and great significance for the computer industry.
Historically, in the 1990s, single-chip computer systems appeared in the hardware field. As soon as this low-cost system appeared, it immediately attracted the attention of people in the field of automatic control, because it can greatly improve the intelligence of consumer electronic products (such as TV set-top boxes, bread ovens, mobile phones, etc.).
In order to seize the market opportunity, Sun established a project team called Green in 1991. Patrick, James Gosling, Mike Sherindan and several other engineers worked together in a small studio on Sand Hill Road in Menlo Park, California to research and develop new technologies, specializing in the embedded application of computers in home appliances.
Due to the advantages of C++, the researchers of the project team first considered using C++ to write programs.
However, for a single-chip system with extremely scarce hardware resources, C++ programs are too complex and large.
In addition, due to the variety of embedded processor chips used in consumer electronics products, how to make the written programs run across platforms is also a problem.
In order to solve the difficulties, they first focused on the development of the language, assumed a hardware platform architecture with a simple structure that meets the needs of embedded applications, and formulated corresponding specifications for it, which defined the binary machine code instruction system of this hardware platform (that is, the instruction system that later became "bytecode"), so that after the language development is successful, semiconductor chip manufacturers can develop and produce this hardware platform.
For the design of the new language, Sun's R&D personnel did not develop a completely new language. Instead, they modified C++ according to the requirements of embedded software, removed some impractical and security-impacting components left in C++, and developed an object-oriented language called Oak in combination with the real-time requirements of embedded systems.
Since there was no hardware platform for running bytecode when the Oak language was developed, in order to conduct experimental research on this language during development, they built an operating platform with software based on the existing hardware and software platforms and in accordance with their own specifications. The entire system is not much different from C++ except that it is simpler.
In the summer of 1992, when the Oak language was successfully developed, the researchers demonstrated the Green operating system, Oak's programming language, class library and its hardware to hardware manufacturers to convince them to use the Oak language to produce hardware chips, but hardware manufacturers did not have great enthusiasm for this.
Because they believed that the risk of producing hardware products when no one knew anything about the Oak language was too great, the Oak language could not enter the market due to lack of hardware support and was shelved.
In June and July 1994, after a three-day discussion, the team decided to change the goal of their efforts again. This time they decided to apply the technology to the World Wide Web.
They believed that with the arrival of the Mosaic browser, the Internet was evolving towards the same highly interactive vision, which was exactly what they saw in cable TV networks.
As a prototype, Patrick Norton wrote a small World Wide Web browser WebRunner.
In 1995, the booming development of the Internet gave Oak an opportunity. In order to make rigid, monotonous static web pages "flexible", the industry urgently needed a software technology to develop a program that could be spread over the Internet and run across platforms. As a result, major IT companies around the world have invested a lot of manpower, material resources and financial resources in this regard.
At this time, Sun remembered Oak, which had been shelved for a long time, and re-examined the test platform written in software. Since it was written according to the embedded system hardware platform architecture, it was very small and particularly suitable for transmission systems on the network. Oak was also a streamlined language, and the program was very small, suitable for transmission on the network.
Sun first launched Applet, which can be embedded in web pages and can be transmitted on the network along with web pages (Applet is a technology that embeds small programs into web pages for execution), and renamed Oak to Java.
On May 23, Sun officially released Java and HotJava browsers at the Sun World conference. IBM, Apple, DEC, Adobe, HP, Oracle, Netscape, Microsoft and other major companies have stopped their related development projects, competed to buy Java licenses, and developed corresponding Java platforms for their products.
However, this is the first time in history that Sun has developed the Java language.
However, in this world, Yang Ming began to secretly develop the Java language in the late 1980s.
Until now, it has finally been successfully developed.
This is a very important programming language in the history of computers, but now it was born in the secret computer laboratory of the Empire Group in the Hong Kong Science Park.