Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;
//===   it under the terms of the GNU General Public License as published by

public class Main {
    /** Get thread priority calc'd from runtime or settings.
     * 
     * @return threadPriority
     */
    public static int getPriority() {
        return Thread.NORM_PRIORITY;
    }
}