Below code for bytes to kb conversion code its for Static return type.So how can i get a value in many jsp without creation bean.
public static double bytesToKB(int bytes){
return (double)bytes/1024;
}
Below code for bytes to kb conversion code its for Static return type.So how can i get a value in many jsp without creation bean.
public static double bytesToKB(int bytes){
return (double)bytes/1024;
}
how about this?