XML is growing rapidly and you’ll find yourself working with XML files while working on java or .NET platform. There are
some rules that needs to be considered while working with XML files. In this article you’ll learn some of the syntax rules
of XML. [Read more…]
Difference Between Session Bean and Entity Bean
In this post i’ve explained some of the differences between session bean and entity bean. [Read more…]
How to use scanner class in java ?
Whenever you want interactivity in your program then you need to get input from the user. Most of the applications require input from user and with or without modification output is displayed to user. From version 1.5 java let’s you use scanner class to get input from user and you can easily show this output on the console.
[Read more…]
Using MS-SQL Server Express
Earlier I have written beginners guide on MS-SQL server. In this post i’ll cover few more things about ms-sql server which are intended towards beginners. If you are beginner then I suggest you to read this post first. [Read more…]
Developing C/C++ programs under ubuntu
I already covered how to write c++ programs in linux. But in that article, i didn’t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. [Read more…]
Processing language
When it comes of data visualization there are plenty of options available like Prefuse,Flash,Java,Lingo,DBN.There is one more options that is worth to be on the list : Processing.Processing allows you to create sophisticated visual & conceptual structures. [Read more…]
XAMPP Web Server
There are plenty of standalone web servers which allows you to develop & test websites locally.You don’t need to connect to internet.You can see any changes yourself before making it live.You can even use it to test wordpress,MT or Drupal & their respective themes. [Read more…]
Java
Java is an object-oriented programming language developed by Sun Microsystems. It is very popular because of its cross-platform nature & ease of use. With java you can create programs that can run on desktop as well as web application. So if you’re new to java programming this article is helpful to you in understanding the concepts of it in short. [Read more…]
Errors & Exception handling
Every accomplished programmer or developer has been through lot of errors and exceptions while programming. Errors are developers’ birth right. You can’t be better programmer if you don’t know how to deal with them. Every programming language has its own way of dealing with them. The focus of this article is to help you deal with errors that are bound to occur while you develop program. [Read more…]
WINBGIm Graphics
Previously, I’ve discussed installation & configuration of Winbgim with Dev-C++ here. As devpaks for Winbgim are released, things are now much better than before. This article is designed to help you create graphics programs using WINBGIm and DEV-C++. [Read more…]