Wednesday, August 19, 2009

Java Basics - 1

Hi All,

This post [and future posts] tries to teach you some of the basics of Java programming Language. I would not suggest any one to personally visit my blog for these basics - that are available everywhere right from Online resources till the latest books and my best choice for all - the Sun documentations and how to guides.

Please feel free to buy good books like Head First Java, or any other good book that would provide you more information of these and also in detail.

To start : ---->

1. Many of you would know a try - catch block.
2. If you dont know - google it out or read it in the above books or resources.

My advice:

1. Never try to create and initialize a variable inside this try - catch block and try to access it from outside of it.

You would never be able to get the results you were expecting if you do so.

Thanks,
Ananth Gouri

No comments:

Post a Comment