Posts

Showing posts with the label Java Python android

Java Python

Image
   java  is a high-level, object oriented, secure and robust programming language that also serve as a platform. A platform is a software or hardware enviroment on which a program runs. Java has its ownruntime enviroment called Jre ( java runtime enviroment) and API ( application program interface ), hence it is also a platform. It is highly portable, can run on various platforms such as MAC OS, windows and various versions of UNIX. It was developed by sun microsystems and released in 1995. Python  is a high-level, general-purpose , interactive and interpreted  programming language developed by guido van rossum, in 1989. it is open souce and its source code can be found under GNU general public license (GPL) so that anyone can modify the source code. It has easy-to-use syntax, which makes it perfect for the beginners, python has interfaces to various libraries and operating system calls and can extended to c and c++            ...