As per the recent TIOBE Programming Community Index results, Java is ranked as #2 programming language used by most of the developers and most of the applications.Back in September 2011, Java was rank...
Posts from January 2013
11 result(s) found
This article explains what is C programming language and an introduction to C programming language. Best tutorial for beginner to start with C programming language.
This article covers the basics of programming language and kind of programming tools are available in the market now. You'll able to understand the difference between Assembler, Compiler and Interpreter.
Google Drive is an application from Google to syncronize files between online Google Drive account and local machine. But installing or running Google Drive on Windows 8 operating system shows 'Error loading Python DLL C:\Users\Santhosh\AppData\Local\Temp\_MEI31122\python26.dll (error code 1114 )'.
In my previous post, I've explained about establishing the connection. In this post, I'm now going to cover a generic program which can be used to any database in run time dynamically (i.e.; without c...
JDBC API: As part of Java 2 Standard Edition (J2SE), an API is provided to access the data managed by database servers like ORACLE, MySQL, Microsoft SQL Server, DB2, Sybase, etc. The name of the API i...
Shortcuts are the best way to quicken your work. If you're using a program very frequently, it's very easy to start the program/application with shortcut key instead of going to locate a program manually from start menu.
Environment variables allow users to define/modify operating system level variable. Any changes made to the environment variables will impact the operating system functionality. "export" shell comman...
Everything is measured through units. And there're multiple units to measure single thing. For example, temperature is measured in Celsius and Fahrenheit. We might have to convert one unit to other. T...