Sunday, May 18, 2008

Day one-18-05-08

  • Trainer Arvind was waiting for us from 9:45
  • Atlast everyone assembled by around 10:15(2:24 as per the clock in the class room)
  • Started with code standards
Topics covered on coding standards:

  1. Why should we name classes,variables,methods,etc,. appropriately
  2. Why should we use packages?
  3. How to use variables and where to use it?
  4. How to classify the code in terms of modules and what is the purpose of it?
Exceptions :

  1. What are exceptions?
  2. What are
Try
Catch
Throw
Throws
Finally
3. What are user defined and business exceptions?
4.How to use user defined exceptions?
These are all the topics covered by Mr.Arvind on the first day. The session was quiet interesting. Hoping for the same trend in the following sessions... C ya..

P.S- I request on behalf of our trainer to post new comments and keep this blog active...

5 comments:

Arvind said...

You have all the lovely examples in this site

http://www.exampledepot.com/egs/java.io/pkg.html

You have a lot of examples for every package in java

steve said...

examples are really good for the trainers.It will made us to get involve in to the programming....hey guys look over that site its really effective for us...catch u on wed..

Sandy said...

IN The class on wednesday we have seen about
.Math Class
prdefined method for numerical operation.
.String Class
it is a final classes.
it is a immuteable (which means at any point of time value won't change).
.and the StringBuffer
it is muteable.

.Wrapper Classes
For the primitive type we can't create an instnce.. for thar purpose we will use the wrapper class.
and we had some methods called compare to which retruns the value as an integer value. and eqauls whish retruns the boolean value.
Date method
there will be an default format for the date to be dispalyed and it is possible for us to change the format of date as we needed.
and finally we came to the inner class concept. which is defined as a class with in a class..


and our sir gave us to make assignments over difference between value of() and Int value();
and told ot write a program to email verificatio..




he gave on e sight to reefer which is exampledepot.com/egs/java.util.regex/linefilter2.html?1=rel

Sandy said...

Please post more example and notes on the SAX and DOM in XML

Sandy said...

Kindly post some examples if possible