Languages

JAVA
What is java?
Java is a computer programming language. It enables programmers to write computer instructions using English based commands, instead of having to write in numeric codes. It’s known as a “high-level” language because it can be read and written easily by humans. Like English, Java has a set of rules that determine how the instructions are written. These rules are known as its “syntax”. Once a program has been written, the high-level instructions are translated into numeric codes that computers can understand and execute.
Why choose java?
Java was designed with a few key principles in mind.
Easy to Use
The fundamentals of Java came from a programming language called c++. Although c++ is a powerful language, it was felt to be too complex in its syntax, and inadequate for all of Java's requirements. Java built on, and improved the ideas of c++, to provide a programming language that was powerful and simple to use.
Reliability
Java needed to reduce the likelihood of fatal errors from programmer mistakes. With this in mind, object oriented programming was introduced. Once data and its manipulation were packaged together in one place, it increased Java’s robustness.
Secure
It was built to include a high level of security. Java is probably the most secure programming language to date.

Platform Independent
Programs needed to work regardless of the machine they were being executed on. Java was written to be a portable language that doesn't care about the operating system or the hardware of the computer.
PHP
What is Php?
PHP is probably the most popular scripting language on the web. It is used to enhance web pages. With PHP, you can do things like create username and password login pages, check details from a form, create forums, picture galleries, surveys, and a whole lot more. PHP is known as a server-sided language. That's because the PHP doesn't get executed on your computer, but on the computer you requested the page from. The results are then handed over to you, and displayed in your browser.
Why choose Php?
Fast and Reliable
Any other programming language is not always as fast and reliable as PHP. Moreover, the other web development languages are not the easiest as far as usage and configuration is concerned. PHP-made applications are generally easy and quite simple to follow and can easily synchronize to a good number of possibilities.

Platform Independent

It also supports a good number of back-end databases like MySQL, Oracle and the likes. It is because of these facilities that PHP is more of an independent platform, having the capability of being deployed in almost any environment.

 Large and Active Community

You can surely find help through the support forums, blogs, social media, and PDF/video files. Being an open source platform, PHP has a large number of users that collectively form a community and are actively available for your help and support.

Higher Performance, More Flexible and Enhanced Graphics

With the manner in which PHP is built, you can surely develop high performance applications in an easy manner. Not just performance, but the associated flexibility, scalability and enhanced graphics make it an ideal choice for all web development projects.
PYTHON
What is python?
Python is a powerful modern computer programming language. Python is an interpreted, interactive, object-oriented programming language. It incorporates modules, exceptions, dynamic typing, very high level dynamic data types, and classes. Python combines remarkable power with very clear syntax.
Why choose Python?

Python is robust

It's solid and powerful. Python has a relative small quantity of lines of code, which makes it less prone to issues, easier to debug, and more maintainable. Google has made Python one of its official programming languages. It's also very fast.

 

 Python is flexible

"Python enables flexibility". Python is used in a wide array of industries and for a long list of different usages, from websites and web applications to systems administration.

Python is easy to learn and use

Python's simple and straight-forward syntax also encourages good programming habits. So, it iis easy to learn and use.

Python is free

Python is an open source programming language, we immediately reduce up-front project costs by leveraging Python in our development projects.

C++

What is C++?

C++ is a high level language. It emphasis more on data. C++ is more powerful in handling in data structure. It is used to design large programs. In C++ a variable cand be declared at the point of use wherever required with in the block. In C++ all the functions should be prototype before their use.

Why choose C++?

In C++, you can develop new data types that contain functional descriptions (member functions) as well as data representations. These new data types are called classes. The work of developing such classes is known as data abstraction.

Classes

Class is the collection of similar object. A class is a group of object that share common properties and relationships. For example- consider a class fruit, where apple, mango,banana etc are objects and fruit is a class. Classes are user defined data types and behaves like built in type of a programming language.

Encapsulation-

The wrapping up (binding) of data & functions into a single unit is known as encapsulation. Encapsulatuon is also known as information binding. The data is not accessible to te outside world, onlhy the wrap data in the class can access it. This feature is known as data hiding.

Abstraction-

Abstraction refers to the act of representing essential important features of without including the background detail or explaination. Data abstraction is conceern with seperating the behavior of data object from its reprenstation. For example- in order to drive a car a person need not known on the parts on it. He can easily drive by using the external interfaces such as break, clutch,accelator,stairng,wheels etc….

The advantage of abstraction is that one can use an object without knowing all its detail this help the user to use an object with minimum information.

HTML

Html stands for hyper text mark up language. It is externally simple and require no knowledge of programming. HTML is one of the most commonly used language used now a days for the web. Each word in HTML has special meaning-

Hyper text- Hyper text is simply a piece of text that work as a link.

Mark up- Mark up is a way of writing layout in formation within the document.

Language- The word language refers to the syntax i.e. similar to any other language.

Why choose HTML?

Simple-

It is simpler web development tool. All the tags are explanatory i.e. their meaning is clear from their name. for eg <B> means bold.

Support all types of documents-

It can support all types of documents like text document,sound and multimedia.

Need no compilation-

The language like C or C++ requires compilation before doing anything with program. But HTML codes are automatically compiled and results are automatically displayed on screen.

Extendibility-

Adding features in it, can enhance the HTML code. We can extand it by using the HTML.

Internet base-

It is the first web tool and all the internal tools are based upon the idea of HTML.

Developing help files-

It is used to develop online help files and help the developers to produce help documentation.

Developing network application-

It is used to develop all types of applications such as training program, interactive charts, or data base that are available from the web.





No comments:

Post a Comment