Gotovisit51 Keywords of JAVA...
"This keywords are divided into 9 category "
"This keywords are divided into 9 category "
1. DataType :
- byte
- short
- int
- float
- double
- long
- char
- boolean
2. Flow Control Statement
- if
- else
- switch
- case
- break
- while
- do
- for
- continue
- default
3. Exception Statement
- try
- catch
- finally
- throws
- throw
4. Object Level
- new
- this
- super
- instanceof
5. Method
- void
- return
6. In Java 5
- enum
- assert
- null
7. Unused
- goto
- const
8. Source File
- class
- extends
- interface
- implements
- package
- import
9. Modifiers
- public
- private
- protected
- final
- static
- abstract
- synchronized
- strictfp
- volatile
- transient
- native
Total 51....
5 main elements of class
"Class contain Five Elements.."
{
}
No comments:
Post a Comment