Introduction to Java, classes and objects

What is flow chart? ➡ A flowchart is a type of diagram that represents a workflow or process. Also It can be defined as a diagrammatic representation of any process. Advantages of C language ➡ Speed of compilation is comparatively high ➡ Powerful and efficient language Problems with C programming ➡ It is a structured Programming Language ➡ C is middle level language ➡ Does not offers the concept of Object oriented programming ➡ We have to write too long code for simple programs ➡ It is complex to understand. ➡ It is also complex to code. Introduction to Java It is a programming language created by James Gosling from Sun Microsystems(SUN). It is object oriented programming language. Creator of java :- James Gosling Where Java can be used? ➡ Mobile applications ( mainly android apps) ➡ Desktop applications ➡ Web servers and application servers ➡ Web applications and much more.... Advantages of using Ja...