Monday, April 1, 2013

Variable and Datatype in java


Variable  : -   Variable is name of memory location .

 There are three  types of  variables in java.

 1. local
2.  instance
3.  static


1. local

    variable declare inside the meth

No comments:

Post a Comment