Java tutorial
//package com.java2s; public class Main { public static String addHttp(String str) { return String.format("http://%1$s", str); } }