Java Refresher (syntax, compiling)
Java was designed to be a write once, run anywhere language. While this is mostly true, there are always a few caveats. Because Java allows such flexibility, Android was built on top of it. Now you can write Android apps that run on TVs, phones, watches, etc. The limitations of some of these devices means…