重複の可能性:
Java での修飾子キーワードの順序
I am using netbeans IDE and i am checking out various characteristics of JAVA .generally i declare a abstract class as follow
public abstract class ClassName
however the declaration below doenot seem to generate any error either
abstract public class ClassName
What are the differences between the above two declarations?