Posts

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 ...

C#

Image
      C# Author: Anders Hejlsberg C# is object oriented programming language developed by microsoft that runs on .NET framework. Designed for Common Language Infrastructure (CLI).C# can be used to create a number of different programs and applications: mobile apps, desktop apps, cloud-based services, websites, enterprise software and games. Lots and lots of games. By the help of C# programming language, we can develop different types of secured and robust applications: Window applications Web applications Distributed applications Web service applications Database applications etc . Features Of C# (1) Simple C# is a simple language in the sense that it provides structured approach (to break the problem into parts), rich set of library functions, data types etc. (2) Modern Programming Language C# programming is based upon the current trend and it is very powerful and simple for building scalable, interoperable and robust applications. (3) Object Oriented C# is object orient...

Php

Image
                                                          Php Author: Rasmus Lerdorf PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side. PHP is well suited for web development. Therefore, it is used to develop we   a pplications (an application that executes on the server and generates the dynamic page. PHP was created by Rasmus Lerdorf in 1994 but appeared in the market in 1995. PHP 7.4.0 is the latest version of PHP, which was released on 28 November. Some important points need to be noticed about PHP are as followed: PHP stands for Hypertext Preprocessor. PHP is an interpreted language, i.e., there is no need for compilation. PHP is faster than other scripting languages, for example, ASP and JSP. PHP is a server-side scripting language, which is used to manag...