Basic of Java Language
In this section 4 there is sub unit i.e., variables.In that variables chapter 2nd project modules is as follows
2. In the above programme try using the keywords listed above and note down and analyse the behavior of your programme during its compilation.
and there are many keywords like:o abstract
o continue
o for
o new
o switch
o assert
o default
o goto
o package
o synchronized
o Boolean
o do
o if
o private
o this
o break
o double
o implements
o protected
o throw
o byte
o else
o import
o public
o throws
o case
o enum
o instanceof
o return
o transient
o catch
o extends
o int
o short
o try
o char
o final
o interface
o static
o void
o class
o finally
o long
o strictfp
o volatile
o const
o float
o native
o super
o while
do i need write code for all these keyword and check for errors and should i submit this assignment or else is it enough checking only for 4 keywords.
please help me out.