Monday, 19 September 2011

Java Reserved words


There are totally 53 reserved wrords in java
among the 53 reserved words

Keywords:50
Reserved litereals:3

The 3 reserved literals are----
1)true
2)false
3)null

The 50 key words are divided in to totally 6 groups based on their usage
the six groups are listed below

1)Data types(8 key words)

2)Flow control(11)

3)Modifiers(11)

4)Exception handling(6)

5)Object related(4)

6)Class related(6)

There are two other keywords
i)void
ii)enum(1.5 v)

Friday, 1 July 2011

Java blog

in this blog i'll update every new point to note in java.......