EXAMPLE OF FINAL VARIABLE (JAVA)
class Bike9{
final int Speedlimit=90;
void run(){
Speedlimit=400;
}
public static void main(String args[]){
Bike9 obj=new Bike9();
obj.run();
}
}
We here at iknowmycamera try to bring you out some amazing pictures along with related info of some places which we travel. You may choose a category which you might be interested in and start exploring.
Comments
Post a Comment
If you have any doubts, Feel free to Ask !