We are working in the project of migrating a application(built in java 5) to java 8 for better performance,
But , we are not sure that 1. upgrade an environment or 2.Build that complete app in java 8 from scratch,
and how it will improve the performance !
And we know that, There will be some Deprecated API's from version to version. so, while upgrading is it possible to get error or miss some functionality ?
How can We rectify that?
Please comment your suggestions !
Java has full backward compatability, So