Ravikanth's Blog

Happenings around Me

Disclaimer

India MVP Blogs

Mugh blogs

My

My Favorites

My Network Places

Browse by Tags

All Tags » java (RSS)
Integer overflow & underflow revisited
Following java program will compare customer balance with minimum balance. If customer balance is higher than minimum balance then customer will get a special discounts. //Integer overflow & underflow example int min_balance = 25000; int cust_balance...
Most essential security skills for java developers
The following are some of the essential security skills that Java programmers need Input handling. To protect their code against cross-site scripting, SQL injection and similar attacks, Java programmers must be able to write programs that read input from...
More Posts