com.core.TestService.java Source code

Java tutorial

Introduction

Here is the source code for com.core.TestService.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.core;

import com.util.Util;
import java.net.URLEncoder;
import java.util.HashMap;
import java.util.Map;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.json.JSONException;
import org.json.JSONObject;

/**
 *
 * @author Ahmed
 */
public class TestService {

    public static void main(String args[]) {
        System.out.println(Integer.parseInt("043843"));
    }

}