Posts

Showing posts from September, 2022

Java tutorial 3

Image
  C++ vs Java The Java programming language and C++ have many points in common and in contrast. The following is a list of the key distinctions between C++ and Java: Index of Comparison C++ Java     Platform-independent Platforms are necessary for C++. Java works across all platforms.   generally used for The majority of system programming is done in C++. The primary usage of Java is application programming. It is commonly used in web-based, business, mobile, and Windows-based applications.   Design Objective Programming systems and applications is the purpose of C++. It was a C programming language extension. Java was initially developed as a printing system interpreter and then expanded to accommodate network computing. It was created to be user-friendly and open to a larger audience.   Goto The goto statemen

Java tutorial 2

Image
  + James Gosling History of Java Java's history is highly fascinating. Although Java was initially intended for interactive television, the digital cable television business at the time could not use it due to its advanced technology. The Green Team is where Java's history began. This project was started by members of the Java team (also known as the Green Team) to create a language for digital devices like set-top boxes, televisions, etc. However, internet programming was where it excelled. Later, Netscape incorporated Java technology. "Simple, Robust, Portable, Platform-independent, Secured, High Performance, Multithreaded, Architecture Neutral, Object-Oriented, Interpreted, and Dynamic" were the guiding concepts for developing Java programming. James Gosling, regarded as the creator of Java, began working on it in 1995. Early in the 1990s, James Gosling and his team began work on the project. James Gosling, who created Java Java is being employed in games, e-busin

Java tutorial 1

Image
    BASICS OF JAVA It is a widely used robust technology. Java is an object-oriented, class-based, concurrent, secured, and general-purpose computer-programming language. Our core Java programming tutorial is designed for students and working professionals. What is Java? Java is a high-level, robust, object-oriented, and secure programming language.  Java is a programming language and a platform. Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java. James Gosling is known as the father of Java. Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. Before Java, its name was Oak. Platform: Any hardware or software environment in which a program runs, is known as a platform. Since Java has a runtime environment (JRE) and API, it is called a platform Java Example Let's have a quick look at Java programming example. Program (Simple.java) class Simple {      public static void main(String ar