Till date, I have been using C++ for contests and I would like to try Java for some of the contests from now on so that it will be a practice for me.
So, are there any Java tricks that can be used in contests like
1) Fast IO
2) Max size of an array that can be declared(local and global)
3) Which stream to use for input
and any other thing which might be useful.