Refinance now before rates go up! Get multiple rate quotes at GetMyLender.com.
Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Difference between GET and POST Methods

In this article, we will discuss about difference between GET and POST Methods. So that it will usefull in your apllications.

GET Method ():

1) Data is appended to the URL.
2) Data is not secret.
3) It is a single call system.
4) Maximum data that can be sent is 256.

Difference between Python and other programming languages (C, C++, JAVA, .NET)

In this section I have brief describe the difference between the python and other programming language. This comparison is based on language issue; practically the choice of language is depend on other real fact e.g. Cost, training, availability, even emotional attachment.

Programming language classified in three ways,

Low level: This type of language is directly access the memory and hardware, the language come Under this category are Assembly, C, C++. These are requiring more detail orientation.

Manage: This category include Java, C# they featured that you scarifies for your need like memory management, organization, because they are not directly access the hardware and memory the problem of platform dependency is resolve. But these tools high configure machine because while your application running these tool also load.

Interpreted: This include Python, JavaScript, Html 5 with large library as your need and it provides Powerful feature tools such as web browser and string manipulation libraries. It require very less organization and organization skills.