I'm coming from an Oracle background where connecting to an Oracle cluster(as opposed to a single Oracle server) is just a matter of changing the JDBC connection string which we use to connect to the database.
Is it the same with SQL server? (version is 2012). If so where can I find some examples of JDBC connection strings for a AlwaysOn environment?