Neeraj Mishra

A crazy computer and programming lover. He spend most of his time in programming, blogging and helping other programming geeks.

5 Difference between System Software and Application Software

In this tutorial, you will learn about the difference between system software and application software. What is System Software? System software is general-purpose software which is used to operate computer hardware. It provides a platform to run application software. System software is designed to provide a platform for other software. Some examples of system software …

5 Difference between System Software and Application Software Read More »

Applications of Stack

Here you will learn about applications of stack. Stack is an abstract data type and a data structure that follows LIFO (last in first out) strategy. It means the element added last will be removed first. Stack allows two operations push and pop. Push adds an element at the top of the stack and pop …

Applications of Stack Read More »

Java SQLite Tutorial

In this tutorial you will learn about Java SQLite. SQLite is lightweight, zero configuration, serverless SQL database library. In this tutorial I will teach you how to use SQLite database with Java. Note: I have made this tutorial using Eclipse. Because it is easier to import library in an IDE. First off all you need …

Java SQLite Tutorial Read More »