Become a premium member to remove ads

BlarFlargen

Veteran
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by BlarFlargen

  1. You're going to need to back up your data if you want to upgrade from Windows 7 to Windows 8. And honestly, it's not worth going through all the trouble unless there's features on Windows 8 that you know you want. The layout for everything is meant for a touchscreen, and it gets annoying at times.
  2. public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); } } //I know, I'm too good