Java tutorial
//package com.java2s; public class Main { final public static String KILLERBONE_FULL_URL = "https://yourName.com/"; public static String getNewEventsFromCategoryUrl(String categoryId, long timestamp) { return KILLERBONE_FULL_URL + "events/" + categoryId + "/new/" + String.valueOf(timestamp); } }