Posts

Showing posts from November, 2022

JAVA

Image
  Java Authors: James , Arthur Van Java is object oriented programming language developed by sun micro systems.there are different type of programming languages but java is unique among them.With Java a developer can write an application and run that on different operating systems including windows, MAC OS without any modification in the code. When developing an application in an programming language the source code is passed through a compiler that transforms the code into a set of native instructions. The compiler converts the source code into instructions which the processor can understand but when writing Java application the developer does not need to directly call windows or other operating system library function. Features Of Java (1) Simple Java is a simple language. Many features of C and C++ that are either redundant or sources of unreliable code are not part of Java.According to Sun Microsystem, Java language is a simple programming language because  Java has remove...

Python

Image
  Python Author: Guido van Rossum Python is a general purpose, dynamic, high-level and interpreted programming language. It supports Object Oriented programming approach to develop applications. It is simple and easy to learn and provides lots of high-level data structures. Python makes the development and debugging fast because there is no compilation step included in Python development, and edit-test-debug cycle is very fast. Python's syntax and dynamic typing with its interpreted nature make it an ideal language for scripting and rapid application development.Python supports multiple programming pattern, including object-oriented, imperative, and functional or procedural programming styles. Python is a general-purpose, popular programming language and it is used in almost every technical field. The various areas of Python use are given below. Data Science Date Mining Desktop Applications Console-based Applications Mobile Applications Software Development Artificial Intelligence ...