From the category archives:

Java

Java Programming

Student Management – Java Mini Project using AWT, ODBC

I made the following mini project for my own amusement which uses AWT and Database connectivity using ODBC. I can use either Oracle or MySQL for the back-end. Just make sure to make the correct connection. Its a simple application which queries the database and inserts values. Got not much use but for practicing concepts [...]

Choice of Web Application Servers

If you are just starting out in advance java and have no understanding of J2EE architecture then this article is for you. Before you start with any programming you need to install a nice IDE and an application server, with so many options available, its not an easy task. Lets get you started. One of [...]

Why NIIT is even worse than a tuition center

NIIT is one of the biggest training institutes of IT related courses in India. It teaches C, C++, Java, .Net and the very famous GNIIT which is actually a 2 year diploma from NIIT itself with a BSc IT degree from distance learning. It is worse than even 1 room tuition centers open all throughout [...]

The Java Story

The Java Story

I did my Core Java in college and also enrolled myself with NIIT paying a hefty amount (Rs.22,000) for Core + Advance Java. Little did I know, that my money was going to waste. Students doing engineering and IT courses in India all have heard this fancy word JAVA in there existence as a collegiate. [...]

Java Programming

Method Overriding in Java

Method Overriding happens when the method (function) having the same signature as that of the base class overrides the original method. This makes it possible for the method of the derived class to be used and not the base class.

Java Programming

Method Overloading in Java

Method Overloading happens when their exists methods (functions) having the same name but different signatures.

Java Programming

Using CommandLine to Swap two integers in Java

Using functions SWAP two numbers taken as input from Command Line arguments in Java

Java Programming Language Cheat Sheet

Java Language Cheat Sheet for learning shortcuts to common problems, list of useful syntax and other information to make coding easier.

Java Programming

Accepting input from Command-Line in Java

Accepting input from Command-Line in Java and taking 10 numbers. Print the smallest and largest by sorting the list using Bubble Sort.


WordPress - Vaibhav Kanwal