Home » Programming
You are currently browsing entries filed in: Programming
What is Winsock? Winsock is short for Windows Sockets API or WSA and it refers to a specification that helps a Windows-based networking program application to access and interact with TCP/IP and other networking protocols. It is called “Winsock” because the specifications involved are based or derived from BSD Sockets (Berkeley sockets). This API (application [...]
Written on June 18, 2011 | Posted in
Programming |
No comment
Reasons Why You Should Go For EJB (Enterprise JavaBean) If you are a programming buff, you will definitely know a lot about Java and Java applications. By now, you must also know that programming is indeed a fast moving field. When you have just finally gotten the hang of things, a new programming language and [...]
Written on April 14, 2011 | Posted in
Programming |
No comment
What is an API Key? Application Program Interface (API) Key or also known as Application Programming Interface Key is a series of code produced by websites to allow users to access the website’s API. It is a Universal Unique Identifier (UUID) generated by site’s system. It is 32-bit alpha-numeric string. What is API? API is [...]
Written on March 30, 2011 | Posted in
Programming |
No comment
What is JIT Debugging? JIT debugging or “Just-In-Time” debugging refers to the Visual Studio debugger which automatically launches when a program or application running outside of it crashes. When a particular program encounters an exception or a fatal error, you will be able to check on this through the JIT debugger before proceeding with termination [...]
Written on February 27, 2011 | Posted in
Programming |
No comment
What is MVC? MVC (Model View Controller) is a software or web design pattern. It helps the user by providing him multiple views of the data. This software architecture was developed in1970 by Trygve Reenskaug. Concept of MVC was put forward by the inventors of Small Talk (a programming language). Model View controller breaks down [...]
Written on February 22, 2011 | Posted in
Programming |
No comment
What is UML? UML stands for Unified Modeling Language. It is a tool used for constructing, specifying, visualizing, and documenting software systems. It can also be used for business modeling and non-software systems. UML first came out in the 1990s with the purpose of selecting the best features of various modeling systems and best engineering [...]
Written on January 20, 2011 | Posted in
Programming |
No comment
In 1972, five former employees of IBM got together and decided to put up their own software outfit. They named their company, Systeme Anwendungen Produkte which is German for Systems Applications and Products in Data Processing. The company was founded with a purpose of developing products that would allow clients to use a single corporate [...]
Written on December 14, 2010 | Posted in
Programming |
No comment
Java is one of the most popular programming languages available today. Its creation followed a design similar to that of the C++ programming language but with several fundamental differences with the main one being that Java is much simpler to use as compared to C++ and other programming languages. The language was created in 1995 [...]
Written on November 4, 2010 | Posted in
Programming |
No comment
What is JNI? JNI stands for Java Native Interface, a software framework that allows codes written in Java and running under JVM (Java Virtual Machine) to work with other software or applications that are based and/or written using a different computer language. Sometimes it becomes necessary for a programmer to use JNI when a particular [...]
Written on August 4, 2011 | Posted in
Programming |
No comment
What is GEP? GEP or Gene Expression Programming is type of algorithm used to evolve various computer programs with the hope of finding a particular solution to a user-defined problem. From the term “gene expression”, this particular algorithm is patterned from and has similarities to genetic programming wherein the actual programs are encoded in the [...]
Written on May 2, 2012 | Posted in
Programming |
No comment