Java Language Story of Java Java Project was initiated by three members in June 1991, one of them was James Gosling who was a Canadian computer scientist and other was Mike and Patrick(Software developer). A Oak Tree has been in Gosling's Office so he named the language firstly Oak and secondly Green, later Java from a Java coffee. Sun Microsystems is an American company released the first version of java. Java is general-purpose, class-based, object-oriented programming language. It was similar to C/C++ syntax style. Java has feature called " write once,run anywhere ". Java can run on all platforms. It has specific environment to setup. Java applications are typically converted to "bytecode" on Java Virtual Machine. Once the program was written and sent through JVM, it will be converted into portable byte code. Java bytecode is similarly comparable to machine code. Java contains methods, thread, applet. Suppose anyone can develop app...
C Language C is a general-purpose,computer programming language developed at AT & T's Bell Laboratories of USA in 1972. It was written by " Dennis Ritchie" who was the father of C language. C is the advanced language, which features you can't see in B and BCPL languages. B and BCPL are "typeless" languages, typeless means there are no rules to write a language. C used to make utilities running on UNIX (utilities like cat used to create a single or multiple files). C language is a high level language i.e it is human readable and easy to understand.The language is converted from high level language to low level language(Hardware Understandable) using C compiler. Why C Language For Beginners, C seems so popular because it is reliable,simple and easy to use. It is the basic thing to deal with problem. A problem can be solvable. Suppose if you want to calculate 99999+99999= 199998 it was quite complex so that you can use a automation ...
Python Python is high level(user understandable), interpreted, general-purpose programming language created by " Guido Van Rossum " in 1991. This language is used to write clear code with whitespace. Python used for large projects also. It has it's own garbage collector so that unused variables are destroyed. Python is dynamically typed, structured, functional and object oriented programming language. Python has it's own libraries or you can create your own library. Python 2 and 3 version's are running currently. It was open source and non profit organization(free). Python uses Interpreter and it reads line-to-line in program and executes it. For example, interpreter used in networking devices like routers to read line to line code that can maintain error free. So that you can receive data packet completely or can loose some data packets. In the case of Bob, who is an programmer and hacker uses python for large scale projects. He can create malware scr...